Html Css Color HEX #FAF1DE Early Dawn

📋 copy color: '#FAF1DE'

red 250 ◦ green 241 ◦ blue 222

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

Shades of Early Dawn #FAF1DE

Tints of Early Dawn #FAF1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.14%

R = 35.06%
G = 33.8%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAF1DE (or 0xFAF1DE) is known color: Early Dawn. HEX triplet: FA, F1 and DE. RGB value is (250,241,222). Sum of RGB (Red+Green+Blue) = 250+241+222=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DE is #050E21. Grayscale: #F1F1F1. Windows color (decimal): -331298 or 14610938. OLE color: 14610938.

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

Color convert

RGB 250 241 222 -
CMYK 0 0.04 0.11 0.02
HSL 40.71º 0.74% 0.93% -
HSV(B) 40.71º 0.11% 0.98% -
XYZ 84.06 88.51 81.76 -
YUV 241.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 250 241 222 0 0.04 0.11 0.02 40.71 0.74 0.93
Hex FA F1 DE 0 4 B 2 29 4A 5D
Octal 372 361 336 0 4 13 2 51 112 135
Binary 11111010 11110001 11011110 0 100 1011 10 101001 1001010 1011101

Color Harmonies of #FAF1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1DE

Black with #FAF1DE

Text Example


Text Example

White with #FAF1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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