#FCF3DF

Color #FCF3DF Early Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Early Dawn #FCF3DF

Tints of Early Dawn #FCF3DF

Color information

#FCF3DF (or 0xFCF3DF) is unknown color: approx Early Dawn. HEX triplet: FC, F3 and DF. RGB value is (252,243,223). Sum of RGB (Red+Green+Blue) = 252+243+223=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3DF is #030C20. Grayscale: #F3F3F3. Windows color (decimal): -199713 or 14676988. OLE color: 14676988.

HSL color Cylindrical-coordinate representation of color #FCF3DF: hue angle of 41.38º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCF3DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252243223-
CMYK00.040.120.01
HSL41.38º82.86%93.14%-
HSV(B)41.38º11.51%98.82%-
XYZ85.5190.1282.7-
YUV243.41116.48134.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 243 (95.31% from 255) = 33.84%
BLUE value IS 223 (87.5% from 255) = 31.06%
R=35.10%
G=33.84%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224322300.040.120.0141.3882.8693.14
HexFCF3DF04C129535d
Octal3743633370414151123135
Binary11111100111100111101111101001100110100110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3DF; }

 p { color: rgb(252,243,223); }

 H1.HeaderClassName
 {
   color: #FCF3DF;
 }
 .AnyTagClassName
 {
   color: #FCF3DF;
 }
</style>
background-color css

<style>
 a { background-color: #FCF3DF; }

 a { background-color: rgb(252,243,223); }

 div.DivClassName
 {
   background-color: #FCF3DF;
 }
 .BgClassName
 {
   background-color: #FCF3DF;
 }
</style>
border-color css

<style>
 span { border-color: #FCF3DF; }

 span { border-color: rgb(252,243,223); }

 td.TdClassName
 {
   border-color: #FCF3DF;
 }
 .TagClassName
 {
   border-color: #FCF3DF;
 }
</style>