Shades of Classic Rose #FCC6F0
Tints of Classic Rose #FCC6F0
RGB
CMYK
RGB Variations
Color information
#FCC6F0 (or 0xFCC6F0) is known color: Classic Rose. HEX triplet: FC, C6 and F0. RGB value is (252,198,240). Sum of RGB (Red+Green+Blue) = 252+198+240=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6F0 is #03390F. Grayscale: #DADADA. Windows color (decimal): -211216 or 15779580. OLE color: 15779580.
HSL color Cylindrical-coordinate representation of color #FCC6F0: hue angle of 313.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6F0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 240 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.01 |
| HSL | 313.33º | 0.9% | 0.88% | - |
| HSV(B) | 313.33º | 0.21% | 0.99% | - |
| XYZ | 76.07 | 67.37 | 91.43 | - |
| YUV | 218.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 240 | 0 | 0.21 | 0.05 | 0.01 | 313.33 | 0.9 | 0.88 |
| Hex | FC | C6 | F0 | 0 | 15 | 5 | 1 | 139 | 5A | 58 |
| Octal | 374 | 306 | 360 | 0 | 25 | 5 | 1 | 471 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11110000 | 0 | 10101 | 101 | 1 | 100111001 | 1011010 | 1011000 |
Color Harmonies of #FCC6F0
Complementary color
Monochromatic Colors of #FCC6F0
Black with #FCC6F0
Text Example
Text Example
White with #FCC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6F0; }
p { color: rgb(252,198,240); }
H1.HeaderClassName
{
color: #FCC6F0;
}
.AnyTagClassName
{
color: #FCC6F0;
}
</style>
background-color css
<style>
a { background-color: #FCC6F0; }
a { background-color: rgb(252,198,240); }
div.DivClassName
{
background-color: #FCC6F0;
}
.BgClassName
{
background-color: #FCC6F0;
}
</style>
border-color css
<style>
span { border-color: #FCC6F0; }
span { border-color: rgb(252,198,240); }
td.TdClassName
{
border-color: #FCC6F0;
}
.TagClassName
{
border-color: #FCC6F0;
}
</style>