Html Css Color HEX #FAF1D9 Early Dawn

📋 copy color: '#FAF1D9'

red 250 ◦ green 241 ◦ blue 217

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

Shades of Early Dawn #FAF1D9

Tints of Early Dawn #FAF1D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 30.65%

R = 35.31%
G = 34.04%
B = 30.65%

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

#FAF1D9 (or 0xFAF1D9) is known color: Early Dawn. HEX triplet: FA, F1 and D9. RGB value is (250,241,217). Sum of RGB (Red+Green+Blue) = 250+241+217=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 217 (85.16% from 255 or 30.65% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1D9 is #050E26. Grayscale: #F1F1F1. Windows color (decimal): -331303 or 14283258. OLE color: 14283258.

HSL color Cylindrical-coordinate representation of color #FAF1D9: hue angle of 43.64º degrees, saturation: 0.77, 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 #FAF1D9 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 217 -
CMYK 0 0.04 0.13 0.02
HSL 43.64º 0.77% 0.92% -
HSV(B) 43.64º 0.13% 0.98% -
XYZ 83.4 88.24 78.28 -
YUV 240.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 250 241 217 0 0.04 0.13 0.02 43.64 0.77 0.92
Hex FA F1 D9 0 4 D 2 2C 4D 5C
Octal 372 361 331 0 4 15 2 54 115 134
Binary 11111010 11110001 11011001 0 100 1101 10 101100 1001101 1011100

Color Harmonies of #FAF1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1D9

Black with #FAF1D9

Text Example


Text Example

White with #FAF1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1D9; }

 p { color: rgb(250,241,217); }

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

background-color css

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

 a { background-color: rgb(250,241,217); }

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

border-color css

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

 span { border-color: rgb(250,241,217); }

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