Shades of Cotton Candy #FCBADD
Tints of Cotton Candy #FCBADD
RGB
CMYK
RGB Variations
Color information
#FCBADD (or 0xFCBADD) is known color: Cotton Candy. HEX triplet: FC, BA and DD. RGB value is (252,186,221). Sum of RGB (Red+Green+Blue) = 252+186+221=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBADD is #034522. Grayscale: #D1D1D1. Windows color (decimal): -214307 or 14531324. OLE color: 14531324.
HSL color Cylindrical-coordinate representation of color #FCBADD: hue angle of 328.18º 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 #FCBADD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 221 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.01 |
| HSL | 328.18º | 0.92% | 0.86% | - |
| HSV(B) | 328.18º | 0.26% | 0.99% | - |
| XYZ | 70.75 | 61.03 | 76.46 | - |
| YUV | 209.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 221 | 0 | 0.26 | 0.12 | 0.01 | 328.18 | 0.92 | 0.86 |
| Hex | FC | BA | DD | 0 | 1A | C | 1 | 148 | 5C | 56 |
| Octal | 374 | 272 | 335 | 0 | 32 | 14 | 1 | 510 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11011101 | 0 | 11010 | 1100 | 1 | 101001000 | 1011100 | 1010110 |
Color Harmonies of #FCBADD
Complementary color
Monochromatic Colors of #FCBADD
Black with #FCBADD
Text Example
Text Example
White with #FCBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBADD; }
p { color: rgb(252,186,221); }
H1.HeaderClassName
{
color: #FCBADD;
}
.AnyTagClassName
{
color: #FCBADD;
}
</style>
background-color css
<style>
a { background-color: #FCBADD; }
a { background-color: rgb(252,186,221); }
div.DivClassName
{
background-color: #FCBADD;
}
.BgClassName
{
background-color: #FCBADD;
}
</style>
border-color css
<style>
span { border-color: #FCBADD; }
span { border-color: rgb(252,186,221); }
td.TdClassName
{
border-color: #FCBADD;
}
.TagClassName
{
border-color: #FCBADD;
}
</style>