Shades of Classic Rose #FCC6DB
Tints of Classic Rose #FCC6DB
RGB
CMYK
RGB Variations
Color information
#FCC6DB (or 0xFCC6DB) is known color: Classic Rose. HEX triplet: FC, C6 and DB. RGB value is (252,198,219). Sum of RGB (Red+Green+Blue) = 252+198+219=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6DB is #033924. Grayscale: #D8D8D8. Windows color (decimal): -211237 or 14403324. OLE color: 14403324.
HSL color Cylindrical-coordinate representation of color #FCC6DB: hue angle of 336.67º 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 #FCC6DB is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 198 | 219 | - |
CMYK | 0 | 0.21 | 0.13 | 0.01 |
HSL | 336.67º | 0.9% | 0.88% | - |
HSV(B) | 336.67º | 0.21% | 0.99% | - |
XYZ | 73.13 | 66.2 | 75.94 | - |
YUV | 216.54 | 129.39 | 153.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 198 | 219 | 0 | 0.21 | 0.13 | 0.01 | 336.67 | 0.9 | 0.88 |
Hex | FC | C6 | DB | 0 | 15 | D | 1 | 151 | 5A | 58 |
Octal | 374 | 306 | 333 | 0 | 25 | 15 | 1 | 521 | 132 | 130 |
Binary | 11111100 | 11000110 | 11011011 | 0 | 10101 | 1101 | 1 | 101010001 | 1011010 | 1011000 |
Color Harmonies of #FCC6DB
Complementary color
Monochromatic Colors of #FCC6DB
Black with #FCC6DB
Text Example
Text Example
White with #FCC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6DB; }
p { color: rgb(252,198,219); }
H1.HeaderClassName
{
color: #FCC6DB;
}
.AnyTagClassName
{
color: #FCC6DB;
}
</style>
background-color css
<style>
a { background-color: #FCC6DB; }
a { background-color: rgb(252,198,219); }
div.DivClassName
{
background-color: #FCC6DB;
}
.BgClassName
{
background-color: #FCC6DB;
}
</style>
border-color css
<style>
span { border-color: #FCC6DB; }
span { border-color: rgb(252,198,219); }
td.TdClassName
{
border-color: #FCC6DB;
}
.TagClassName
{
border-color: #FCC6DB;
}
</style>