Shades of Cotton Candy #FCBCD5
Tints of Cotton Candy #FCBCD5
RGB
CMYK
RGB Variations
Color information
#FCBCD5 (or 0xFCBCD5) is known color: Cotton Candy. HEX triplet: FC, BC and D5. RGB value is (252,188,213). Sum of RGB (Red+Green+Blue) = 252+188+213=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD5 is #03432A. Grayscale: #D1D1D1. Windows color (decimal): -213803 or 14007548. OLE color: 14007548.
HSL color Cylindrical-coordinate representation of color #FCBCD5: hue angle of 336.56º 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 #FCBCD5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 213 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.01 |
| HSL | 336.56º | 0.91% | 0.86% | - |
| HSV(B) | 336.56º | 0.25% | 0.99% | - |
| XYZ | 70.14 | 61.47 | 71.12 | - |
| YUV | 209.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 213 | 0 | 0.25 | 0.15 | 0.01 | 336.56 | 0.91 | 0.86 |
| Hex | FC | BC | D5 | 0 | 19 | F | 1 | 151 | 5B | 56 |
| Octal | 374 | 274 | 325 | 0 | 31 | 17 | 1 | 521 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11010101 | 0 | 11001 | 1111 | 1 | 101010001 | 1011011 | 1010110 |
Color Harmonies of #FCBCD5
Complementary color
Monochromatic Colors of #FCBCD5
Black with #FCBCD5
Text Example
Text Example
White with #FCBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCD5; }
p { color: rgb(252,188,213); }
H1.HeaderClassName
{
color: #FCBCD5;
}
.AnyTagClassName
{
color: #FCBCD5;
}
</style>
background-color css
<style>
a { background-color: #FCBCD5; }
a { background-color: rgb(252,188,213); }
div.DivClassName
{
background-color: #FCBCD5;
}
.BgClassName
{
background-color: #FCBCD5;
}
</style>
border-color css
<style>
span { border-color: #FCBCD5; }
span { border-color: rgb(252,188,213); }
td.TdClassName
{
border-color: #FCBCD5;
}
.TagClassName
{
border-color: #FCBCD5;
}
</style>