Shades of Rose White #FCEFE8
Tints of Rose White #FCEFE8
RGB
CMYK
RGB Variations
Color information
#FCEFE8 (or 0xFCEFE8) is known color: Rose White. HEX triplet: FC, EF and E8. RGB value is (252,239,232). Sum of RGB (Red+Green+Blue) = 252+239+232=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 232 (91.02% from 255 or 32.09% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFE8 is #031017. Grayscale: #F2F2F2. Windows color (decimal): -200728 or 15265788. OLE color: 15265788.
HSL color Cylindrical-coordinate representation of color #FCEFE8: hue angle of 21º degrees, saturation: 0.77, 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 #FCEFE8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 232 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.01 |
| HSL | 21º | 0.77% | 0.95% | - |
| HSV(B) | 21º | 0.08% | 0.99% | - |
| XYZ | 85.58 | 88.25 | 88.87 | - |
| YUV | 242.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 232 | 0 | 0.05 | 0.08 | 0.01 | 21 | 0.77 | 0.95 |
| Hex | FC | EF | E8 | 0 | 5 | 8 | 1 | 15 | 4D | 5F |
| Octal | 374 | 357 | 350 | 0 | 5 | 10 | 1 | 25 | 115 | 137 |
| Binary | 11111100 | 11101111 | 11101000 | 0 | 101 | 1000 | 1 | 10101 | 1001101 | 1011111 |
Color Harmonies of #FCEFE8
Complementary color
Monochromatic Colors of #FCEFE8
Black with #FCEFE8
Text Example
Text Example
White with #FCEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFE8; }
p { color: rgb(252,239,232); }
H1.HeaderClassName
{
color: #FCEFE8;
}
.AnyTagClassName
{
color: #FCEFE8;
}
</style>
background-color css
<style>
a { background-color: #FCEFE8; }
a { background-color: rgb(252,239,232); }
div.DivClassName
{
background-color: #FCEFE8;
}
.BgClassName
{
background-color: #FCEFE8;
}
</style>
border-color css
<style>
span { border-color: #FCEFE8; }
span { border-color: rgb(252,239,232); }
td.TdClassName
{
border-color: #FCEFE8;
}
.TagClassName
{
border-color: #FCEFE8;
}
</style>