#FBE7E4

Color #FBE7E4 Misty Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Misty Rose #FBE7E4

Tints of Misty Rose #FBE7E4

Color information

#FBE7E4 (or 0xFBE7E4) is unknown color: approx Misty Rose. HEX triplet: FB, E7 and E4. RGB value is (251,231,228). Sum of RGB (Red+Green+Blue) = 251+231+228=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 231 (90.62% from 255 or 32.54% from 710); Blue value is 228 (89.45% from 255 or 32.11% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7E4 is #04181B. Grayscale: #ECECEC. Windows color (decimal): -268316 or 15001595. OLE color: 15001595.

HSL color Cylindrical-coordinate representation of color #FBE7E4: hue angle of 7.83º degrees, saturation: 0.74, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBE7E4 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251231228-
CMYK00.080.090.02
HSL7.83º74.19%93.92%-
HSV(B)7.83º9.16%98.43%-
XYZ82.3683.2685.13-
YUV236.64123.13138.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 231 (90.62% from 255) = 32.54%
BLUE value IS 228 (89.45% from 255) = 32.11%
R=35.35%
G=32.54%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123122800.080.090.027.8374.1993.92
HexFBE7E4089284a5e
Octal37334734401011210112136
Binary11111011111001111110010001000100110100010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7E4; }

 p { color: rgb(251,231,228); }

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

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

 a { background-color: rgb(251,231,228); }

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

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

 span { border-color: rgb(251,231,228); }

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