Shades of Rose White #FCECE4
Tints of Rose White #FCECE4
RGB
CMYK
RGB Variations
Color information
#FCECE4 (or 0xFCECE4) is known color: Rose White. HEX triplet: FC, EC and E4. RGB value is (252,236,228). Sum of RGB (Red+Green+Blue) = 252+236+228=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECE4 is #03131B. Grayscale: #EFEFEF. Windows color (decimal): -201500 or 15002876. OLE color: 15002876.
HSL color Cylindrical-coordinate representation of color #FCECE4: hue angle of 20º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCECE4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 228 | - |
CMYK | 0 | 0.06 | 0.10 | 0.01 |
HSL | 20º | 0.8% | 0.94% | - |
HSV(B) | 20º | 0.1% | 0.99% | - |
XYZ | 84.14 | 86.29 | 85.62 | - |
YUV | 239.87 | 121.3 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 228 | 0 | 0.06 | 0.10 | 0.01 | 20 | 0.8 | 0.94 |
Hex | FC | EC | E4 | 0 | 6 | A | 1 | 14 | 50 | 5E |
Octal | 374 | 354 | 344 | 0 | 6 | 12 | 1 | 24 | 120 | 136 |
Binary | 11111100 | 11101100 | 11100100 | 0 | 110 | 1010 | 1 | 10100 | 1010000 | 1011110 |
Color Harmonies of #FCECE4
Complementary color
Monochromatic Colors of #FCECE4
Black with #FCECE4
Text Example
Text Example
White with #FCECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECE4; }
p { color: rgb(252,236,228); }
H1.HeaderClassName
{
color: #FCECE4;
}
.AnyTagClassName
{
color: #FCECE4;
}
</style>
background-color css
<style>
a { background-color: #FCECE4; }
a { background-color: rgb(252,236,228); }
div.DivClassName
{
background-color: #FCECE4;
}
.BgClassName
{
background-color: #FCECE4;
}
</style>
border-color css
<style>
span { border-color: #FCECE4; }
span { border-color: rgb(252,236,228); }
td.TdClassName
{
border-color: #FCECE4;
}
.TagClassName
{
border-color: #FCECE4;
}
</style>