#FAF3E1

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

Shades of Early Dawn #FAF3E1

Tints of Early Dawn #FAF3E1

Color information

#FAF3E1 (or 0xFAF3E1) is unknown color: approx Early Dawn. HEX triplet: FA, F3 and E1. RGB value is (250,243,225). Sum of RGB (Red+Green+Blue) = 250+243+225=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 225 (88.28% from 255 or 31.34% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3E1 is #050C1E. Grayscale: #F3F3F3. Windows color (decimal): -330783 or 14808058. OLE color: 14808058.

HSL color Cylindrical-coordinate representation of color #FAF3E1: hue angle of 43.2º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF3E1 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250243225-
CMYK00.030.100.02
HSL43.2º71.43%93.14%-
HSV(B)43.2º10%98.04%-
XYZ85.0789.8684.1-
YUV243.04117.82132.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 243 (95.31% from 255) = 33.84%
BLUE value IS 225 (88.28% from 255) = 31.34%
R=34.82%
G=33.84%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024322500.030.100.0243.271.4393.14
HexFAF3E103A22b475d
Octal3723633410312253107135
Binary11111010111100111110000101110101010101110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3E1; }

 p { color: rgb(250,243,225); }

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

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

 a { background-color: rgb(250,243,225); }

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

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

 span { border-color: rgb(250,243,225); }

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