Shades of Classic Rose #FCCFE7
Tints of Classic Rose #FCCFE7
RGB
CMYK
RGB Variations
Color information
#FCCFE7 (or 0xFCCFE7) is known color: Classic Rose. HEX triplet: FC, CF and E7. RGB value is (252,207,231). Sum of RGB (Red+Green+Blue) = 252+207+231=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFE7 is #033018. Grayscale: #DFDFDF. Windows color (decimal): -208921 or 15192060. OLE color: 15192060.
HSL color Cylindrical-coordinate representation of color #FCCFE7: hue angle of 328º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFE7 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 231 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.01 |
| HSL | 328º | 0.88% | 0.9% | - |
| HSV(B) | 328º | 0.18% | 0.99% | - |
| XYZ | 76.88 | 71.09 | 85.27 | - |
| YUV | 223.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 231 | 0 | 0.18 | 0.08 | 0.01 | 328 | 0.88 | 0.9 |
| Hex | FC | CF | E7 | 0 | 12 | 8 | 1 | 148 | 58 | 5A |
| Octal | 374 | 317 | 347 | 0 | 22 | 10 | 1 | 510 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11100111 | 0 | 10010 | 1000 | 1 | 101001000 | 1011000 | 1011010 |
Color Harmonies of #FCCFE7
Complementary color
Monochromatic Colors of #FCCFE7
Black with #FCCFE7
Text Example
Text Example
White with #FCCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFE7; }
p { color: rgb(252,207,231); }
H1.HeaderClassName
{
color: #FCCFE7;
}
.AnyTagClassName
{
color: #FCCFE7;
}
</style>
background-color css
<style>
a { background-color: #FCCFE7; }
a { background-color: rgb(252,207,231); }
div.DivClassName
{
background-color: #FCCFE7;
}
.BgClassName
{
background-color: #FCCFE7;
}
</style>
border-color css
<style>
span { border-color: #FCCFE7; }
span { border-color: rgb(252,207,231); }
td.TdClassName
{
border-color: #FCCFE7;
}
.TagClassName
{
border-color: #FCCFE7;
}
</style>