Shades of Classic Rose #FCCFF1
Tints of Classic Rose #FCCFF1
RGB
CMYK
RGB Variations
Color information
#FCCFF1 (or 0xFCCFF1) is known color: Classic Rose. HEX triplet: FC, CF and F1. RGB value is (252,207,241). Sum of RGB (Red+Green+Blue) = 252+207+241=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF1 is #03300E. Grayscale: #E0E0E0. Windows color (decimal): -208911 or 15847420. OLE color: 15847420.
HSL color Cylindrical-coordinate representation of color #FCCFF1: hue angle of 314.67º 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 #FCCFF1 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 241 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.01 |
| HSL | 314.67º | 0.88% | 0.9% | - |
| HSV(B) | 314.67º | 0.18% | 0.99% | - |
| XYZ | 78.33 | 71.67 | 92.92 | - |
| YUV | 224.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 241 | 0 | 0.18 | 0.04 | 0.01 | 314.67 | 0.88 | 0.9 |
| Hex | FC | CF | F1 | 0 | 12 | 4 | 1 | 13B | 58 | 5A |
| Octal | 374 | 317 | 361 | 0 | 22 | 4 | 1 | 473 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11110001 | 0 | 10010 | 100 | 1 | 100111011 | 1011000 | 1011010 |
Color Harmonies of #FCCFF1
Complementary color
Monochromatic Colors of #FCCFF1
Black with #FCCFF1
Text Example
Text Example
White with #FCCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFF1; }
p { color: rgb(252,207,241); }
H1.HeaderClassName
{
color: #FCCFF1;
}
.AnyTagClassName
{
color: #FCCFF1;
}
</style>
background-color css
<style>
a { background-color: #FCCFF1; }
a { background-color: rgb(252,207,241); }
div.DivClassName
{
background-color: #FCCFF1;
}
.BgClassName
{
background-color: #FCCFF1;
}
</style>
border-color css
<style>
span { border-color: #FCCFF1; }
span { border-color: rgb(252,207,241); }
td.TdClassName
{
border-color: #FCCFF1;
}
.TagClassName
{
border-color: #FCCFF1;
}
</style>