#FBE1DE

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

Shades of Misty Rose #FBE1DE

Tints of Misty Rose #FBE1DE

Color information

#FBE1DE (or 0xFBE1DE) is unknown color: approx Misty Rose. HEX triplet: FB, E1 and DE. RGB value is (251,225,222). Sum of RGB (Red+Green+Blue) = 251+225+222=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1DE is #041E21. Grayscale: #E8E8E8. Windows color (decimal): -269858 or 14606843. OLE color: 14606843.

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

Color convert

RGB251225222-
CMYK00.100.120.02
HSL6.21º78.38%92.75%-
HSV(B)6.21º11.55%98.43%-
XYZ79.8979.6380.27-
YUV232.43122.11141.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=35.96%
G=32.23%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122522200.100.120.026.2178.3892.75
HexFBE1DE0AC264e5d
Octal3733413360121426116135
Binary1111101111100001110111100101011001011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1DE; }

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

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

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

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

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

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

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

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