Shades of Cotton Candy #FCB8D9
Tints of Cotton Candy #FCB8D9
RGB
CMYK
RGB Variations
Color information
#FCB8D9 (or 0xFCB8D9) is known color: Cotton Candy. HEX triplet: FC, B8 and D9. RGB value is (252,184,217). Sum of RGB (Red+Green+Blue) = 252+184+217=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8D9 is #034726. Grayscale: #D0D0D0. Windows color (decimal): -214823 or 14268668. OLE color: 14268668.
HSL color Cylindrical-coordinate representation of color #FCB8D9: hue angle of 330.88º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8D9 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 217 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.01 |
| HSL | 330.88º | 0.92% | 0.85% | - |
| HSV(B) | 330.88º | 0.27% | 0.99% | - |
| XYZ | 69.81 | 59.99 | 73.54 | - |
| YUV | 208.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 217 | 0 | 0.27 | 0.14 | 0.01 | 330.88 | 0.92 | 0.85 |
| Hex | FC | B8 | D9 | 0 | 1B | E | 1 | 14B | 5C | 55 |
| Octal | 374 | 270 | 331 | 0 | 33 | 16 | 1 | 513 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11011001 | 0 | 11011 | 1110 | 1 | 101001011 | 1011100 | 1010101 |
Color Harmonies of #FCB8D9
Complementary color
Monochromatic Colors of #FCB8D9
Black with #FCB8D9
Text Example
Text Example
White with #FCB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8D9; }
p { color: rgb(252,184,217); }
H1.HeaderClassName
{
color: #FCB8D9;
}
.AnyTagClassName
{
color: #FCB8D9;
}
</style>
background-color css
<style>
a { background-color: #FCB8D9; }
a { background-color: rgb(252,184,217); }
div.DivClassName
{
background-color: #FCB8D9;
}
.BgClassName
{
background-color: #FCB8D9;
}
</style>
border-color css
<style>
span { border-color: #FCB8D9; }
span { border-color: rgb(252,184,217); }
td.TdClassName
{
border-color: #FCB8D9;
}
.TagClassName
{
border-color: #FCB8D9;
}
</style>