Shades of Rose White #FBECE7
Tints of Rose White #FBECE7
RGB
CMYK
RGB Variations
Color information
#FBECE7 (or 0xFBECE7) is known color: Rose White. HEX triplet: FB, EC and E7. RGB value is (251,236,231). Sum of RGB (Red+Green+Blue) = 251+236+231=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 231 (90.62% from 255 or 32.17% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECE7 is #041318. Grayscale: #EFEFEF. Windows color (decimal): -267033 or 15199483. OLE color: 15199483.
HSL color Cylindrical-coordinate representation of color #FBECE7: hue angle of 15º degrees, saturation: 0.71, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBECE7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 231 | - |
CMYK | 0 | 0.06 | 0.08 | 0.02 |
HSL | 15º | 0.71% | 0.95% | - |
HSV(B) | 15º | 0.08% | 0.98% | - |
XYZ | 84.2 | 86.27 | 87.82 | - |
YUV | 239.92 | 122.97 | 135.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 231 | 0 | 0.06 | 0.08 | 0.02 | 15 | 0.71 | 0.95 |
Hex | FB | EC | E7 | 0 | 6 | 8 | 2 | F | 47 | 5F |
Octal | 373 | 354 | 347 | 0 | 6 | 10 | 2 | 17 | 107 | 137 |
Binary | 11111011 | 11101100 | 11100111 | 0 | 110 | 1000 | 10 | 1111 | 1000111 | 1011111 |
Color Harmonies of #FBECE7
Complementary color
Monochromatic Colors of #FBECE7
Black with #FBECE7
Text Example
Text Example
White with #FBECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECE7; }
p { color: rgb(251,236,231); }
H1.HeaderClassName
{
color: #FBECE7;
}
.AnyTagClassName
{
color: #FBECE7;
}
</style>
background-color css
<style>
a { background-color: #FBECE7; }
a { background-color: rgb(251,236,231); }
div.DivClassName
{
background-color: #FBECE7;
}
.BgClassName
{
background-color: #FBECE7;
}
</style>
border-color css
<style>
span { border-color: #FBECE7; }
span { border-color: rgb(251,236,231); }
td.TdClassName
{
border-color: #FBECE7;
}
.TagClassName
{
border-color: #FBECE7;
}
</style>