#FBF0DA

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

Shades of Early Dawn #FBF0DA

Tints of Early Dawn #FBF0DA

Color information

#FBF0DA (or 0xFBF0DA) is unknown color: approx Early Dawn. HEX triplet: FB, F0 and DA. RGB value is (251,240,218). Sum of RGB (Red+Green+Blue) = 251+240+218=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0DA is #040F25. Grayscale: #F0F0F0. Windows color (decimal): -266022 or 14348539. OLE color: 14348539.

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

Color convert

RGB251240218-
CMYK00.040.130.02
HSL40º80.49%91.96%-
HSV(B)40º13.15%98.43%-
XYZ83.687.8978.89-
YUV240.78115.14135.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 240 (94.14% from 255) = 33.85%
BLUE value IS 218 (85.55% from 255) = 30.75%
R=35.40%
G=33.85%
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
Decimal25124021800.040.130.024080.4991.96
HexFBF0DA04D228505c
Octal3733603320415250120134
Binary111110111111000011011010010011011010100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0DA; }

 p { color: rgb(251,240,218); }

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

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

 a { background-color: rgb(251,240,218); }

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

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

 span { border-color: rgb(251,240,218); }

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