Html Css Color HEX #FEF2DB Early Dawn

📋 copy color: '#FEF2DB'

red 254 ◦ green 242 ◦ blue 219

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

Shades of Early Dawn #FEF2DB

Tints of Early Dawn #FEF2DB

RGB

 RED value IS 254 (99.61% from 255) = 35.52%

 GREEN value IS 242 (94.92% from 255) = 33.85%

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

R = 35.52%
G = 33.85%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEF2DB (or 0xFEF2DB) is known color: Early Dawn. HEX triplet: FE, F2 and DB. RGB value is (254,242,219). Sum of RGB (Red+Green+Blue) = 254+242+219=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2DB is #010D24. Grayscale: #F3F3F3. Windows color (decimal): -68901 or 14414590. OLE color: 14414590.

HSL color Cylindrical-coordinate representation of color #FEF2DB: hue angle of 39.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEF2DB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 219 -
CMYK 0 0.05 0.14 0.00
HSL 39.43º 0.95% 0.93% -
HSV(B) 39.43º 0.14% 1% -
XYZ 85.41 89.69 79.83 -
YUV 242.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 254 242 219 0 0.05 0.14 0.00 39.43 0.95 0.93
Hex FE F2 DB 0 5 E 0 27 5F 5D
Octal 376 362 333 0 5 16 0 47 137 135
Binary 11111110 11110010 11011011 0 101 1110 0 100111 1011111 1011101

Color Harmonies of #FEF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2DB

Black with #FEF2DB

Text Example


Text Example

White with #FEF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2DB; }

 p { color: rgb(254,242,219); }

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

background-color css

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

 a { background-color: rgb(254,242,219); }

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

border-color css

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

 span { border-color: rgb(254,242,219); }

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