Shades of Cotton Candy #FCBBDD
Tints of Cotton Candy #FCBBDD
RGB
CMYK
RGB Variations
Color information
#FCBBDD (or 0xFCBBDD) is known color: Cotton Candy. HEX triplet: FC, BB and DD. RGB value is (252,187,221). Sum of RGB (Red+Green+Blue) = 252+187+221=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBDD is #034422. Grayscale: #D2D2D2. Windows color (decimal): -214051 or 14531580. OLE color: 14531580.
HSL color Cylindrical-coordinate representation of color #FCBBDD: hue angle of 328.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBDD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 221 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.01 |
| HSL | 328.62º | 0.92% | 0.86% | - |
| HSV(B) | 328.62º | 0.26% | 0.99% | - |
| XYZ | 70.97 | 61.46 | 76.53 | - |
| YUV | 210.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 221 | 0 | 0.26 | 0.12 | 0.01 | 328.62 | 0.92 | 0.86 |
| Hex | FC | BB | DD | 0 | 1A | C | 1 | 149 | 5C | 56 |
| Octal | 374 | 273 | 335 | 0 | 32 | 14 | 1 | 511 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11011101 | 0 | 11010 | 1100 | 1 | 101001001 | 1011100 | 1010110 |
Color Harmonies of #FCBBDD
Complementary color
Monochromatic Colors of #FCBBDD
Black with #FCBBDD
Text Example
Text Example
White with #FCBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBDD; }
p { color: rgb(252,187,221); }
H1.HeaderClassName
{
color: #FCBBDD;
}
.AnyTagClassName
{
color: #FCBBDD;
}
</style>
background-color css
<style>
a { background-color: #FCBBDD; }
a { background-color: rgb(252,187,221); }
div.DivClassName
{
background-color: #FCBBDD;
}
.BgClassName
{
background-color: #FCBBDD;
}
</style>
border-color css
<style>
span { border-color: #FCBBDD; }
span { border-color: rgb(252,187,221); }
td.TdClassName
{
border-color: #FCBBDD;
}
.TagClassName
{
border-color: #FCBBDD;
}
</style>