Html Css Color HEX #FAF1DB Early Dawn

📋 copy color: '#FAF1DB'

red 250 ◦ green 241 ◦ blue 219

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

Shades of Early Dawn #FAF1DB

Tints of Early Dawn #FAF1DB

RGB

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

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

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

R = 35.21%
G = 33.94%
B = 30.85%

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

#FAF1DB (or 0xFAF1DB) is known color: Early Dawn. HEX triplet: FA, F1 and DB. RGB value is (250,241,219). Sum of RGB (Red+Green+Blue) = 250+241+219=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DB is #050E24. Grayscale: #F1F1F1. Windows color (decimal): -331301 or 14414330. OLE color: 14414330.

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

Color convert

RGB 250 241 219 -
CMYK 0 0.04 0.12 0.02
HSL 42.58º 0.76% 0.92% -
HSV(B) 42.58º 0.12% 0.98% -
XYZ 83.67 88.35 79.66 -
YUV 241.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 250 241 219 0 0.04 0.12 0.02 42.58 0.76 0.92
Hex FA F1 DB 0 4 C 2 2B 4C 5C
Octal 372 361 333 0 4 14 2 53 114 134
Binary 11111010 11110001 11011011 0 100 1100 10 101011 1001100 1011100

Color Harmonies of #FAF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1DB

Black with #FAF1DB

Text Example


Text Example

White with #FAF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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