Shades of Cotton Candy #FCB9D8
Tints of Cotton Candy #FCB9D8
RGB
CMYK
RGB Variations
Color information
#FCB9D8 (or 0xFCB9D8) is known color: Cotton Candy. HEX triplet: FC, B9 and D8. RGB value is (252,185,216). Sum of RGB (Red+Green+Blue) = 252+185+216=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9D8 is #034627. Grayscale: #D0D0D0. Windows color (decimal): -214568 or 14203388. OLE color: 14203388.
HSL color Cylindrical-coordinate representation of color #FCB9D8: hue angle of 332.24º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9D8 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 216 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.01 |
| HSL | 332.24º | 0.92% | 0.86% | - |
| HSV(B) | 332.24º | 0.27% | 0.99% | - |
| XYZ | 69.89 | 60.35 | 72.93 | - |
| YUV | 208.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 216 | 0 | 0.27 | 0.14 | 0.01 | 332.24 | 0.92 | 0.86 |
| Hex | FC | B9 | D8 | 0 | 1B | E | 1 | 14C | 5C | 56 |
| Octal | 374 | 271 | 330 | 0 | 33 | 16 | 1 | 514 | 134 | 126 |
| Binary | 11111100 | 10111001 | 11011000 | 0 | 11011 | 1110 | 1 | 101001100 | 1011100 | 1010110 |
Color Harmonies of #FCB9D8
Complementary color
Monochromatic Colors of #FCB9D8
Black with #FCB9D8
Text Example
Text Example
White with #FCB9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9D8; }
p { color: rgb(252,185,216); }
H1.HeaderClassName
{
color: #FCB9D8;
}
.AnyTagClassName
{
color: #FCB9D8;
}
</style>
background-color css
<style>
a { background-color: #FCB9D8; }
a { background-color: rgb(252,185,216); }
div.DivClassName
{
background-color: #FCB9D8;
}
.BgClassName
{
background-color: #FCB9D8;
}
</style>
border-color css
<style>
span { border-color: #FCB9D8; }
span { border-color: rgb(252,185,216); }
td.TdClassName
{
border-color: #FCB9D8;
}
.TagClassName
{
border-color: #FCB9D8;
}
</style>