#FBE3E0

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

Shades of Misty Rose #FBE3E0

Tints of Misty Rose #FBE3E0

Color information

#FBE3E0 (or 0xFBE3E0) is unknown color: approx Misty Rose. HEX triplet: FB, E3 and E0. RGB value is (251,227,224). Sum of RGB (Red+Green+Blue) = 251+227+224=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 224 (87.89% from 255 or 31.91% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3E0 is #041C1F. Grayscale: #E9E9E9. Windows color (decimal): -269344 or 14738427. OLE color: 14738427.

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

Color convert

RGB251227224-
CMYK00.100.110.02
HSL6.67º77.14%93.14%-
HSV(B)6.67º10.76%98.43%-
XYZ80.7180.8381.87-
YUV233.83122.45140.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 224 (87.89% from 255) = 31.91%
R=35.75%
G=32.34%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122722400.100.110.026.6777.1493.14
HexFBE3E00AB274d5d
Octal3733433400121327115135
Binary1111101111100011111000000101010111011110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3E0; }

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

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

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

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

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

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

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

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