Shades of Cotton Candy #FCB5DD
Tints of Cotton Candy #FCB5DD
RGB
CMYK
RGB Variations
Color information
#FCB5DD (or 0xFCB5DD) is known color: Cotton Candy. HEX triplet: FC, B5 and DD. RGB value is (252,181,221). Sum of RGB (Red+Green+Blue) = 252+181+221=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5DD is #034A22. Grayscale: #CECECE. Windows color (decimal): -215587 or 14530044. OLE color: 14530044.
HSL color Cylindrical-coordinate representation of color #FCB5DD: hue angle of 326.2º 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 #FCB5DD is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 221 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.01 |
| HSL | 326.2º | 0.92% | 0.85% | - |
| HSV(B) | 326.2º | 0.28% | 0.99% | - |
| XYZ | 69.72 | 58.96 | 76.11 | - |
| YUV | 206.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 221 | 0 | 0.28 | 0.12 | 0.01 | 326.2 | 0.92 | 0.85 |
| Hex | FC | B5 | DD | 0 | 1C | C | 1 | 146 | 5C | 55 |
| Octal | 374 | 265 | 335 | 0 | 34 | 14 | 1 | 506 | 134 | 125 |
| Binary | 11111100 | 10110101 | 11011101 | 0 | 11100 | 1100 | 1 | 101000110 | 1011100 | 1010101 |
Color Harmonies of #FCB5DD
Complementary color
Monochromatic Colors of #FCB5DD
Black with #FCB5DD
Text Example
Text Example
White with #FCB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5DD; }
p { color: rgb(252,181,221); }
H1.HeaderClassName
{
color: #FCB5DD;
}
.AnyTagClassName
{
color: #FCB5DD;
}
</style>
background-color css
<style>
a { background-color: #FCB5DD; }
a { background-color: rgb(252,181,221); }
div.DivClassName
{
background-color: #FCB5DD;
}
.BgClassName
{
background-color: #FCB5DD;
}
</style>
border-color css
<style>
span { border-color: #FCB5DD; }
span { border-color: rgb(252,181,221); }
td.TdClassName
{
border-color: #FCB5DD;
}
.TagClassName
{
border-color: #FCB5DD;
}
</style>