#FBF3E0

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

Shades of Early Dawn #FBF3E0

Tints of Early Dawn #FBF3E0

Color information

#FBF3E0 (or 0xFBF3E0) is unknown color: approx Early Dawn. HEX triplet: FB, F3 and E0. RGB value is (251,243,224). Sum of RGB (Red+Green+Blue) = 251+243+224=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 224 (87.89% from 255 or 31.20% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3E0 is #040C1F. Grayscale: #F3F3F3. Windows color (decimal): -265248 or 14742523. OLE color: 14742523.

HSL color Cylindrical-coordinate representation of color #FBF3E0: hue angle of 42.22º degrees, saturation: 0.77, 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 #FBF3E0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251243224-
CMYK00.030.110.02
HSL42.22º77.14%93.14%-
HSV(B)42.22º10.76%98.43%-
XYZ85.2989.9983.4-
YUV243.23117.15133.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 243 (95.31% from 255) = 33.84%
BLUE value IS 224 (87.89% from 255) = 31.20%
R=34.96%
G=33.84%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124322400.030.110.0242.2277.1493.14
HexFBF3E003B22a4d5d
Octal3733633400313252115135
Binary11111011111100111110000001110111010101010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3E0; }

 p { color: rgb(251,243,224); }

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

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

 a { background-color: rgb(251,243,224); }

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

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

 span { border-color: rgb(251,243,224); }

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