Shades of Rose White #FCECE5
Tints of Rose White #FCECE5
RGB
CMYK
RGB Variations
Color information
#FCECE5 (or 0xFCECE5) is known color: Rose White. HEX triplet: FC, EC and E5. RGB value is (252,236,229). Sum of RGB (Red+Green+Blue) = 252+236+229=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECE5 is #03131A. Grayscale: #F0F0F0. Windows color (decimal): -201499 or 15068412. OLE color: 15068412.
HSL color Cylindrical-coordinate representation of color #FCECE5: hue angle of 18.26º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCECE5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 229 | - |
CMYK | 0 | 0.06 | 0.09 | 0.01 |
HSL | 18.26º | 0.79% | 0.94% | - |
HSV(B) | 18.26º | 0.09% | 0.99% | - |
XYZ | 84.28 | 86.34 | 86.35 | - |
YUV | 239.99 | 121.8 | 136.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 229 | 0 | 0.06 | 0.09 | 0.01 | 18.26 | 0.79 | 0.94 |
Hex | FC | EC | E5 | 0 | 6 | 9 | 1 | 12 | 4F | 5E |
Octal | 374 | 354 | 345 | 0 | 6 | 11 | 1 | 22 | 117 | 136 |
Binary | 11111100 | 11101100 | 11100101 | 0 | 110 | 1001 | 1 | 10010 | 1001111 | 1011110 |
Color Harmonies of #FCECE5
Complementary color
Monochromatic Colors of #FCECE5
Black with #FCECE5
Text Example
Text Example
White with #FCECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECE5; }
p { color: rgb(252,236,229); }
H1.HeaderClassName
{
color: #FCECE5;
}
.AnyTagClassName
{
color: #FCECE5;
}
</style>
background-color css
<style>
a { background-color: #FCECE5; }
a { background-color: rgb(252,236,229); }
div.DivClassName
{
background-color: #FCECE5;
}
.BgClassName
{
background-color: #FCECE5;
}
</style>
border-color css
<style>
span { border-color: #FCECE5; }
span { border-color: rgb(252,236,229); }
td.TdClassName
{
border-color: #FCECE5;
}
.TagClassName
{
border-color: #FCECE5;
}
</style>