Html Css Color HEX #FAF0DB Early Dawn

📋 copy color: '#FAF0DB'

red 250 ◦ green 240 ◦ blue 219

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

Shades of Early Dawn #FAF0DB

Tints of Early Dawn #FAF0DB

RGB

 RED value IS 250 (98.05% from 255) = 35.26%

 GREEN value IS 240 (94.14% from 255) = 33.85%

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

R = 35.26%
G = 33.85%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAF0DB (or 0xFAF0DB) is known color: Early Dawn. HEX triplet: FA, F0 and DB. RGB value is (250,240,219). Sum of RGB (Red+Green+Blue) = 250+240+219=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DB is #050F24. Grayscale: #F0F0F0. Windows color (decimal): -331557 or 14414074. OLE color: 14414074.

HSL color Cylindrical-coordinate representation of color #FAF0DB: hue angle of 40.65º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAF0DB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 240 219 -
CMYK 0 0.04 0.12 0.02
HSL 40.65º 0.76% 0.92% -
HSV(B) 40.65º 0.12% 0.98% -
XYZ 83.37 87.76 79.56 -
YUV 240.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 250 240 219 0 0.04 0.12 0.02 40.65 0.76 0.92
Hex FA F0 DB 0 4 C 2 29 4C 5C
Octal 372 360 333 0 4 14 2 51 114 134
Binary 11111010 11110000 11011011 0 100 1100 10 101001 1001100 1011100

Color Harmonies of #FAF0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0DB

Black with #FAF0DB

Text Example


Text Example

White with #FAF0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0DB; }

 p { color: rgb(250,240,219); }

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

background-color css

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

 a { background-color: rgb(250,240,219); }

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

border-color css

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

 span { border-color: rgb(250,240,219); }

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