Html Css Color HEX #FCF1DB Early Dawn

📋 copy color: '#FCF1DB'

red 252 ◦ green 241 ◦ blue 219

#FCF1DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Early Dawn #FCF1DB

Tints of Early Dawn #FCF1DB

RGB

 RED value IS 252 (98.83% from 255) = 35.39%

 GREEN value IS 241 (94.53% from 255) = 33.85%

 BLUE value IS 219 (85.94% from 255) = 30.76%

R = 35.39%
G = 33.85%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCF1DB (or 0xFCF1DB) is known color: Early Dawn. HEX triplet: FC, F1 and DB. RGB value is (252,241,219). Sum of RGB (Red+Green+Blue) = 252+241+219=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1DB is #030E24. Grayscale: #F1F1F1. Windows color (decimal): -200229 or 14414332. OLE color: 14414332.

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

Color convert

RGB 252 241 219 -
CMYK 0 0.04 0.13 0.01
HSL 40º 0.85% 0.92% -
HSV(B) 40º 0.13% 0.99% -
XYZ 84.39 88.72 79.69 -
YUV 241.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 252 241 219 0 0.04 0.13 0.01 40 0.85 0.92
Hex FC F1 DB 0 4 D 1 28 55 5C
Octal 374 361 333 0 4 15 1 50 125 134
Binary 11111100 11110001 11011011 0 100 1101 1 101000 1010101 1011100

Color Harmonies of #FCF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1DB

Black with #FCF1DB

Text Example


Text Example

White with #FCF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1DB; }

 p { color: rgb(252,241,219); }

 H1.HeaderClassName
 {
   color: #FCF1DB;
 }
 .AnyTagClassName
 {
   color: #FCF1DB;
 }
</style>

background-color css

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

 a { background-color: rgb(252,241,219); }

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

border-color css

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

 span { border-color: rgb(252,241,219); }

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