Shades of Cotton Candy #FCBCDA
Tints of Cotton Candy #FCBCDA
RGB
CMYK
RGB Variations
Color information
#FCBCDA (or 0xFCBCDA) is known color: Cotton Candy. HEX triplet: FC, BC and DA. RGB value is (252,188,218). Sum of RGB (Red+Green+Blue) = 252+188+218=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCDA is #034325. Grayscale: #D2D2D2. Windows color (decimal): -213798 or 14335228. OLE color: 14335228.
HSL color Cylindrical-coordinate representation of color #FCBCDA: hue angle of 331.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCDA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 218 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.01 |
| HSL | 331.88º | 0.91% | 0.86% | - |
| HSV(B) | 331.88º | 0.25% | 0.99% | - |
| XYZ | 70.78 | 61.72 | 74.51 | - |
| YUV | 210.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 218 | 0 | 0.25 | 0.13 | 0.01 | 331.88 | 0.91 | 0.86 |
| Hex | FC | BC | DA | 0 | 19 | D | 1 | 14C | 5B | 56 |
| Octal | 374 | 274 | 332 | 0 | 31 | 15 | 1 | 514 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11011010 | 0 | 11001 | 1101 | 1 | 101001100 | 1011011 | 1010110 |
Color Harmonies of #FCBCDA
Complementary color
Monochromatic Colors of #FCBCDA
Black with #FCBCDA
Text Example
Text Example
White with #FCBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCDA; }
p { color: rgb(252,188,218); }
H1.HeaderClassName
{
color: #FCBCDA;
}
.AnyTagClassName
{
color: #FCBCDA;
}
</style>
background-color css
<style>
a { background-color: #FCBCDA; }
a { background-color: rgb(252,188,218); }
div.DivClassName
{
background-color: #FCBCDA;
}
.BgClassName
{
background-color: #FCBCDA;
}
</style>
border-color css
<style>
span { border-color: #FCBCDA; }
span { border-color: rgb(252,188,218); }
td.TdClassName
{
border-color: #FCBCDA;
}
.TagClassName
{
border-color: #FCBCDA;
}
</style>