#FAF1DA

Color #FAF1DA Early Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Early Dawn #FAF1DA

Tints of Early Dawn #FAF1DA

Color information

#FAF1DA (or 0xFAF1DA) is unknown color: approx Early Dawn. HEX triplet: FA, F1 and DA. RGB value is (250,241,218). Sum of RGB (Red+Green+Blue) = 250+241+218=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DA is #050E25. Grayscale: #F1F1F1. Windows color (decimal): -331302 or 14348794. OLE color: 14348794.

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

Color convert

RGB250241218-
CMYK00.040.130.02
HSL43.12º76.19%91.76%-
HSV(B)43.12º12.8%98.04%-
XYZ83.5388.378.97-
YUV241.07114.98134.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 241 (94.53% from 255) = 33.99%
BLUE value IS 218 (85.55% from 255) = 30.75%
R=35.26%
G=33.99%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024121800.040.130.0243.1276.1991.76
HexFAF1DA04D22b4c5c
Octal3723613320415253114134
Binary111110101111000111011010010011011010101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1DA; }

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

 H1.HeaderClassName
 {
   color: #FAF1DA;
 }
 .AnyTagClassName
 {
   color: #FAF1DA;
 }
</style>
background-color css

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

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

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

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

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

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