Shades of Classic Rose #FCC8DB
Tints of Classic Rose #FCC8DB
RGB
CMYK
RGB Variations
Color information
#FCC8DB (or 0xFCC8DB) is known color: Classic Rose. HEX triplet: FC, C8 and DB. RGB value is (252,200,219). Sum of RGB (Red+Green+Blue) = 252+200+219=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8DB is #033724. Grayscale: #D9D9D9. Windows color (decimal): -210725 or 14403836. OLE color: 14403836.
HSL color Cylindrical-coordinate representation of color #FCC8DB: hue angle of 338.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8DB is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 200 | 219 | - |
CMYK | 0 | 0.21 | 0.13 | 0.01 |
HSL | 338.08º | 0.9% | 0.89% | - |
HSV(B) | 338.08º | 0.21% | 0.99% | - |
XYZ | 73.59 | 67.12 | 76.09 | - |
YUV | 217.71 | 128.73 | 152.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 200 | 219 | 0 | 0.21 | 0.13 | 0.01 | 338.08 | 0.9 | 0.89 |
Hex | FC | C8 | DB | 0 | 15 | D | 1 | 152 | 5A | 59 |
Octal | 374 | 310 | 333 | 0 | 25 | 15 | 1 | 522 | 132 | 131 |
Binary | 11111100 | 11001000 | 11011011 | 0 | 10101 | 1101 | 1 | 101010010 | 1011010 | 1011001 |
Color Harmonies of #FCC8DB
Complementary color
Monochromatic Colors of #FCC8DB
Black with #FCC8DB
Text Example
Text Example
White with #FCC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8DB; }
p { color: rgb(252,200,219); }
H1.HeaderClassName
{
color: #FCC8DB;
}
.AnyTagClassName
{
color: #FCC8DB;
}
</style>
background-color css
<style>
a { background-color: #FCC8DB; }
a { background-color: rgb(252,200,219); }
div.DivClassName
{
background-color: #FCC8DB;
}
.BgClassName
{
background-color: #FCC8DB;
}
</style>
border-color css
<style>
span { border-color: #FCC8DB; }
span { border-color: rgb(252,200,219); }
td.TdClassName
{
border-color: #FCC8DB;
}
.TagClassName
{
border-color: #FCC8DB;
}
</style>