Html Css Color HEX #FAF1D8 Early Dawn

📋 copy color: '#FAF1D8'

red 250 ◦ green 241 ◦ blue 216

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

Shades of Early Dawn #FAF1D8

Tints of Early Dawn #FAF1D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 30.55%

R = 35.36%
G = 34.09%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAF1D8 (or 0xFAF1D8) is known color: Early Dawn. HEX triplet: FA, F1 and D8. RGB value is (250,241,216). Sum of RGB (Red+Green+Blue) = 250+241+216=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 216 (84.77% from 255 or 30.55% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1D8 is #050E27. Grayscale: #F0F0F0. Windows color (decimal): -331304 or 14217722. OLE color: 14217722.

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

Color convert

RGB 250 241 216 -
CMYK 0 0.04 0.14 0.02
HSL 44.12º 0.77% 0.91% -
HSV(B) 44.12º 0.14% 0.98% -
XYZ 83.27 88.19 77.6 -
YUV 240.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 250 241 216 0 0.04 0.14 0.02 44.12 0.77 0.91
Hex FA F1 D8 0 4 E 2 2C 4D 5B
Octal 372 361 330 0 4 16 2 54 115 133
Binary 11111010 11110001 11011000 0 100 1110 10 101100 1001101 1011011

Color Harmonies of #FAF1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1D8

Black with #FAF1D8

Text Example


Text Example

White with #FAF1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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