Shades of Cotton Candy #FCB5D8
Tints of Cotton Candy #FCB5D8
RGB
CMYK
RGB Variations
Color information
#FCB5D8 (or 0xFCB5D8) is known color: Cotton Candy. HEX triplet: FC, B5 and D8. RGB value is (252,181,216). Sum of RGB (Red+Green+Blue) = 252+181+216=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 181 (71.09% from 255 or 27.89% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5D8 is #034A27. Grayscale: #CECECE. Windows color (decimal): -215592 or 14202364. OLE color: 14202364.
HSL color Cylindrical-coordinate representation of color #FCB5D8: hue angle of 330.42º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB5D8 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 216 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.01 |
| HSL | 330.42º | 0.92% | 0.85% | - |
| HSV(B) | 330.42º | 0.28% | 0.99% | - |
| XYZ | 69.06 | 58.7 | 72.66 | - |
| YUV | 206.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 216 | 0 | 0.28 | 0.14 | 0.01 | 330.42 | 0.92 | 0.85 |
| Hex | FC | B5 | D8 | 0 | 1C | E | 1 | 14A | 5C | 55 |
| Octal | 374 | 265 | 330 | 0 | 34 | 16 | 1 | 512 | 134 | 125 |
| Binary | 11111100 | 10110101 | 11011000 | 0 | 11100 | 1110 | 1 | 101001010 | 1011100 | 1010101 |
Color Harmonies of #FCB5D8
Complementary color
Monochromatic Colors of #FCB5D8
Black with #FCB5D8
Text Example
Text Example
White with #FCB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5D8; }
p { color: rgb(252,181,216); }
H1.HeaderClassName
{
color: #FCB5D8;
}
.AnyTagClassName
{
color: #FCB5D8;
}
</style>
background-color css
<style>
a { background-color: #FCB5D8; }
a { background-color: rgb(252,181,216); }
div.DivClassName
{
background-color: #FCB5D8;
}
.BgClassName
{
background-color: #FCB5D8;
}
</style>
border-color css
<style>
span { border-color: #FCB5D8; }
span { border-color: rgb(252,181,216); }
td.TdClassName
{
border-color: #FCB5D8;
}
.TagClassName
{
border-color: #FCB5D8;
}
</style>