#FBE4E0

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

Shades of Misty Rose #FBE4E0

Tints of Misty Rose #FBE4E0

Color information

#FBE4E0 (or 0xFBE4E0) is unknown color: approx Misty Rose. HEX triplet: FB, E4 and E0. RGB value is (251,228,224). Sum of RGB (Red+Green+Blue) = 251+228+224=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 224 (87.89% from 255 or 31.86% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4E0 is #041B1F. Grayscale: #EAEAEA. Windows color (decimal): -269088 or 14738683. OLE color: 14738683.

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

Color convert

RGB251228224-
CMYK00.090.110.02
HSL8.89º77.14%93.14%-
HSV(B)8.89º10.76%98.43%-
XYZ80.9881.3881.96-
YUV234.42122.12139.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 228 (89.45% from 255) = 32.43%
BLUE value IS 224 (87.89% from 255) = 31.86%
R=35.70%
G=32.43%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122822400.090.110.028.8977.1493.14
HexFBE4E009B294d5d
Octal37334434001113211115135
Binary11111011111001001110000001001101110100110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4E0; }

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

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

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

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

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

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

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

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