#FBF2DE

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

Shades of Early Dawn #FBF2DE

Tints of Early Dawn #FBF2DE

Color information

#FBF2DE (or 0xFBF2DE) is unknown color: approx Early Dawn. HEX triplet: FB, F2 and DE. RGB value is (251,242,222). Sum of RGB (Red+Green+Blue) = 251+242+222=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2DE is #040D21. Grayscale: #F2F2F2. Windows color (decimal): -265506 or 14611195. OLE color: 14611195.

HSL color Cylindrical-coordinate representation of color #FBF2DE: hue angle of 41.38º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBF2DE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251242222-
CMYK00.040.120.02
HSL41.38º78.38%92.75%-
HSV(B)41.38º11.55%98.43%-
XYZ84.7289.2981.88-
YUV242.41116.48134.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 222 (87.11% from 255) = 31.05%
R=35.10%
G=33.85%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124222200.040.120.0241.3878.3892.75
HexFBF2DE04C2294e5d
Octal3733623360414251116135
Binary111110111111001011011110010011001010100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2DE; }

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

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

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

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

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

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

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

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