Shades of Rose White #FBECE5
Tints of Rose White #FBECE5
RGB
CMYK
RGB Variations
Color information
#FBECE5 (or 0xFBECE5) is known color: Rose White. HEX triplet: FB, EC and E5. RGB value is (251,236,229). Sum of RGB (Red+Green+Blue) = 251+236+229=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECE5 is #04131A. Grayscale: #EFEFEF. Windows color (decimal): -267035 or 15068411. OLE color: 15068411.
HSL color Cylindrical-coordinate representation of color #FBECE5: hue angle of 19.09º degrees, saturation: 0.73, 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 #FBECE5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 229 | - |
CMYK | 0 | 0.06 | 0.09 | 0.02 |
HSL | 19.09º | 0.73% | 0.94% | - |
HSV(B) | 19.09º | 0.09% | 0.98% | - |
XYZ | 83.92 | 86.16 | 86.34 | - |
YUV | 239.69 | 121.97 | 136.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 229 | 0 | 0.06 | 0.09 | 0.02 | 19.09 | 0.73 | 0.94 |
Hex | FB | EC | E5 | 0 | 6 | 9 | 2 | 13 | 49 | 5E |
Octal | 373 | 354 | 345 | 0 | 6 | 11 | 2 | 23 | 111 | 136 |
Binary | 11111011 | 11101100 | 11100101 | 0 | 110 | 1001 | 10 | 10011 | 1001001 | 1011110 |
Color Harmonies of #FBECE5
Complementary color
Monochromatic Colors of #FBECE5
Black with #FBECE5
Text Example
Text Example
White with #FBECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECE5; }
p { color: rgb(251,236,229); }
H1.HeaderClassName
{
color: #FBECE5;
}
.AnyTagClassName
{
color: #FBECE5;
}
</style>
background-color css
<style>
a { background-color: #FBECE5; }
a { background-color: rgb(251,236,229); }
div.DivClassName
{
background-color: #FBECE5;
}
.BgClassName
{
background-color: #FBECE5;
}
</style>
border-color css
<style>
span { border-color: #FBECE5; }
span { border-color: rgb(251,236,229); }
td.TdClassName
{
border-color: #FBECE5;
}
.TagClassName
{
border-color: #FBECE5;
}
</style>