Shades of Cotton Candy #FCBCD1
Tints of Cotton Candy #FCBCD1
RGB
CMYK
RGB Variations
Color information
#FCBCD1 (or 0xFCBCD1) is known color: Cotton Candy. HEX triplet: FC, BC and D1. RGB value is (252,188,209). Sum of RGB (Red+Green+Blue) = 252+188+209=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD1 is #03432E. Grayscale: #D1D1D1. Windows color (decimal): -213807 or 13745404. OLE color: 13745404.
HSL color Cylindrical-coordinate representation of color #FCBCD1: hue angle of 340.31º 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 #FCBCD1 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 209 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.01 |
| HSL | 340.31º | 0.91% | 0.86% | - |
| HSV(B) | 340.31º | 0.25% | 0.99% | - |
| XYZ | 69.64 | 61.27 | 68.48 | - |
| YUV | 209.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 209 | 0 | 0.25 | 0.17 | 0.01 | 340.31 | 0.91 | 0.86 |
| Hex | FC | BC | D1 | 0 | 19 | 11 | 1 | 154 | 5B | 56 |
| Octal | 374 | 274 | 321 | 0 | 31 | 21 | 1 | 524 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11010001 | 0 | 11001 | 10001 | 1 | 101010100 | 1011011 | 1010110 |
Color Harmonies of #FCBCD1
Complementary color
Monochromatic Colors of #FCBCD1
Black with #FCBCD1
Text Example
Text Example
White with #FCBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCD1; }
p { color: rgb(252,188,209); }
H1.HeaderClassName
{
color: #FCBCD1;
}
.AnyTagClassName
{
color: #FCBCD1;
}
</style>
background-color css
<style>
a { background-color: #FCBCD1; }
a { background-color: rgb(252,188,209); }
div.DivClassName
{
background-color: #FCBCD1;
}
.BgClassName
{
background-color: #FCBCD1;
}
</style>
border-color css
<style>
span { border-color: #FCBCD1; }
span { border-color: rgb(252,188,209); }
td.TdClassName
{
border-color: #FCBCD1;
}
.TagClassName
{
border-color: #FCBCD1;
}
</style>