COLOR #FCF5E6

HEX: #FCF5E6
RGB: (252,245,230)

Renk bilgisi

#FCF5E6 contains red, green and blue colors in about the same proportion. #FCF5E6 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#FCF5E6 color RGB value is (252,245,230).

  • kırmız ton 252;
  • yeşil ton 245;
  • mavi ton 230.
RGB:
(252,245,230)
(99%,96%,90%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 245 of 255 = 96%
B 230 of 255 = 90%

252
245
230

R + G + B ~ 95%. #FCF5E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 245 + 230 = 727 (100%)
R 252 of 727 ~ 34.66%
G 245 of 727 ~ 33.7%
B 230 of 727 ~ 31.64%

%34.66
%33.7
%31.64

CMYK RENK MODELİ

#FCF5E6 rengi CMYK tonu (0,3,9,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.78%
  • sarı tonu 8.73%
  • ana renk tonu 1.18%
CMYK:
(0,3,9,1)
C0M3Y9K1 
(0%,3%,9%,1%)
(0.00/0.03/0.09/0.01)	

CMYK yüzdeleri

%0
%2.78
%8.73
%1.18

Codes

Color #FCF5E6 in popluar color models

FCF5E6
RGB252245230
HSL41°78.57%94.51%
HSB/HSV41°8.73%98.82%
CMYK0.00%2.78%8.73%
1.18%

Color #FCF5E6 in popluar number systems.

HEXFCF5E6
Decimal252245230
Binary111111001111010111100110
Octal374365346

Shades and tints

Shades of #FCF5E6

#FCF5E6
(252,245,230)
#E6DFD2
(230,223,210)
#D0C9BE
(208,201,190)
#BAB3AA
(186,179,170)
#A49D96
(164,157,150)
#8E8782
(142,135,130)
#78716E
(120,113,110)
#625B5A
(98,91,90)
#4C4546
(76,69,70)
#362F32
(54,47,50)
#20191E
(32,25,30)
#000000
(0,0,0)

Tints of #FCF5E6

#FCF5E6
(252,245,230)
#FCF5E8
(252,245,232)
#FCF5EA
(252,245,234)
#FCF5EC
(252,245,236)
#FCF5EE
(252,245,238)
#FCF5F0
(252,245,240)
#FCF5F2
(252,245,242)
#FCF5F4
(252,245,244)
#FCF5F6
(252,245,246)
#FCF5F8
(252,245,248)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF5E6 color. Also use rgb(252,245,230) instead hex code.

Text Font Color

.myTextColor { color: #FCF5E6; }

<p style="color:#FCF5E6">This sample text font color is #FCF5E6.</p>

This text font color is #FCF5E6.


Background Color

.myBgColor { background-color: #FCF5E6; }

<div style="background-color:#FCF5E6">Inner text</div>

This div background color is #FCF5E6.


Border color

.myBorderColor { border: 1px solid #FCF5E6; }

<div style="border:3px solid #FCF5E6">Div</div>

This div border color is #FCF5E6.


Opacity

.myOpacity80 { color: #FCF5E6; opacity: 0.8; }

<p style="color:#FCF5E6;opacity:0.8;">80%</p>

Text with #FCF5E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FCF5E6;}

<p style="text-shadow: 3px 3px 1px #FCF5E6">Text here.</p>

This text has shadow with #FCF5E6 color.

.textShadow {text-shadow: 3px 3px 1px #FCF5E6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FCF5E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #FCF5E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCF5E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FCF5E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #FCF5E6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FCF5E6;
  -webkit-box-shadow:	1px 1px 3px 2px #FCF5E6;
  box-shadow:		1px 1px 3px 2px #FCF5E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCF5E6;
-webkit-box-shadow: 1px 1px 3px 2px #FCF5E6;
box-shadow:1px 1px 3px 2px #FCF5E6;">
Div content here</div>
This div box has shadow with color #FCF5E6.

Preview

Color preview on black background

This text has color #FCF5E6 on black background.


Color preview on white background

This text has color #FCF5E6 on white background.



Black color preview on #FCF5E6 background

This text has black color on #FCF5E6 background.


White color preview on #FCF5E6 background

This text has white color on #FCF5E6 background.