#FBF2DA

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

Shades of Early Dawn #FBF2DA

Tints of Early Dawn #FBF2DA

Color information

#FBF2DA (or 0xFBF2DA) is unknown color: approx Early Dawn. HEX triplet: FB, F2 and DA. RGB value is (251,242,218). Sum of RGB (Red+Green+Blue) = 251+242+218=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2DA is #040D25. Grayscale: #F2F2F2. Windows color (decimal): -265510 or 14349051. OLE color: 14349051.

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

Color convert

RGB251242218-
CMYK00.040.130.02
HSL43.64º80.49%91.96%-
HSV(B)43.64º13.15%98.43%-
XYZ84.1989.0879.09-
YUV241.96114.48134.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 242 (94.92% from 255) = 34.04%
BLUE value IS 218 (85.55% from 255) = 30.66%
R=35.30%
G=34.04%
B=30.66%

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
Decimal25124221800.040.130.0243.6480.4991.96
HexFBF2DA04D22c505c
Octal3733623320415254120134
Binary111110111111001011011010010011011010110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2DA; }

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

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

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

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

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

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

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

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