Html Css Color HEX #FAF0DA Early Dawn

📋 copy color: '#FAF0DA'

red 250 ◦ green 240 ◦ blue 218

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

Shades of Early Dawn #FAF0DA

Tints of Early Dawn #FAF0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.79%

R = 35.31%
G = 33.9%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAF0DA (or 0xFAF0DA) is known color: Early Dawn. HEX triplet: FA, F0 and DA. RGB value is (250,240,218). Sum of RGB (Red+Green+Blue) = 250+240+218=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DA is #050F25. Grayscale: #F0F0F0. Windows color (decimal): -331558 or 14348538. OLE color: 14348538.

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

Color convert

RGB 250 240 218 -
CMYK 0 0.04 0.13 0.02
HSL 41.25º 0.76% 0.92% -
HSV(B) 41.25º 0.13% 0.98% -
XYZ 83.24 87.71 78.87 -
YUV 240.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 250 240 218 0 0.04 0.13 0.02 41.25 0.76 0.92
Hex FA F0 DA 0 4 D 2 29 4C 5C
Octal 372 360 332 0 4 15 2 51 114 134
Binary 11111010 11110000 11011010 0 100 1101 10 101001 1001100 1011100

Color Harmonies of #FAF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0DA

Black with #FAF0DA

Text Example


Text Example

White with #FAF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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