Shades of Rose White #FCECE7
Tints of Rose White #FCECE7
RGB
CMYK
RGB Variations
Color information
#FCECE7 (or 0xFCECE7) is known color: Rose White. HEX triplet: FC, EC and E7. RGB value is (252,236,231). Sum of RGB (Red+Green+Blue) = 252+236+231=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 231 (90.62% from 255 or 32.13% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECE7 is #031318. Grayscale: #F0F0F0. Windows color (decimal): -201497 or 15199484. OLE color: 15199484.
HSL color Cylindrical-coordinate representation of color #FCECE7: hue angle of 14.29º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCECE7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 231 | - |
CMYK | 0 | 0.06 | 0.08 | 0.01 |
HSL | 14.29º | 0.78% | 0.95% | - |
HSV(B) | 14.29º | 0.08% | 0.99% | - |
XYZ | 84.56 | 86.46 | 87.83 | - |
YUV | 240.21 | 122.8 | 136.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 231 | 0 | 0.06 | 0.08 | 0.01 | 14.29 | 0.78 | 0.95 |
Hex | FC | EC | E7 | 0 | 6 | 8 | 1 | E | 4E | 5F |
Octal | 374 | 354 | 347 | 0 | 6 | 10 | 1 | 16 | 116 | 137 |
Binary | 11111100 | 11101100 | 11100111 | 0 | 110 | 1000 | 1 | 1110 | 1001110 | 1011111 |
Color Harmonies of #FCECE7
Complementary color
Monochromatic Colors of #FCECE7
Black with #FCECE7
Text Example
Text Example
White with #FCECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECE7; }
p { color: rgb(252,236,231); }
H1.HeaderClassName
{
color: #FCECE7;
}
.AnyTagClassName
{
color: #FCECE7;
}
</style>
background-color css
<style>
a { background-color: #FCECE7; }
a { background-color: rgb(252,236,231); }
div.DivClassName
{
background-color: #FCECE7;
}
.BgClassName
{
background-color: #FCECE7;
}
</style>
border-color css
<style>
span { border-color: #FCECE7; }
span { border-color: rgb(252,236,231); }
td.TdClassName
{
border-color: #FCECE7;
}
.TagClassName
{
border-color: #FCECE7;
}
</style>