Shades of Rose White #FCECE6
Tints of Rose White #FCECE6
RGB
CMYK
RGB Variations
Color information
#FCECE6 (or 0xFCECE6) is known color: Rose White. HEX triplet: FC, EC and E6. RGB value is (252,236,230). Sum of RGB (Red+Green+Blue) = 252+236+230=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECE6 is #031319. Grayscale: #F0F0F0. Windows color (decimal): -201498 or 15133948. OLE color: 15133948.
HSL color Cylindrical-coordinate representation of color #FCECE6: hue angle of 16.36º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCECE6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 230 | - |
CMYK | 0 | 0.06 | 0.09 | 0.01 |
HSL | 16.36º | 0.79% | 0.95% | - |
HSV(B) | 16.36º | 0.09% | 0.99% | - |
XYZ | 84.42 | 86.4 | 87.09 | - |
YUV | 240.1 | 122.3 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 230 | 0 | 0.06 | 0.09 | 0.01 | 16.36 | 0.79 | 0.95 |
Hex | FC | EC | E6 | 0 | 6 | 9 | 1 | 10 | 4F | 5F |
Octal | 374 | 354 | 346 | 0 | 6 | 11 | 1 | 20 | 117 | 137 |
Binary | 11111100 | 11101100 | 11100110 | 0 | 110 | 1001 | 1 | 10000 | 1001111 | 1011111 |
Color Harmonies of #FCECE6
Complementary color
Monochromatic Colors of #FCECE6
Black with #FCECE6
Text Example
Text Example
White with #FCECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECE6; }
p { color: rgb(252,236,230); }
H1.HeaderClassName
{
color: #FCECE6;
}
.AnyTagClassName
{
color: #FCECE6;
}
</style>
background-color css
<style>
a { background-color: #FCECE6; }
a { background-color: rgb(252,236,230); }
div.DivClassName
{
background-color: #FCECE6;
}
.BgClassName
{
background-color: #FCECE6;
}
</style>
border-color css
<style>
span { border-color: #FCECE6; }
span { border-color: rgb(252,236,230); }
td.TdClassName
{
border-color: #FCECE6;
}
.TagClassName
{
border-color: #FCECE6;
}
</style>