Shades of Cotton Candy #FCBCD0
Tints of Cotton Candy #FCBCD0
RGB
CMYK
RGB Variations
Color information
#FCBCD0 (or 0xFCBCD0) is known color: Cotton Candy. HEX triplet: FC, BC and D0. RGB value is (252,188,208). Sum of RGB (Red+Green+Blue) = 252+188+208=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD0 is #03432F. Grayscale: #D1D1D1. Windows color (decimal): -213808 or 13679868. OLE color: 13679868.
HSL color Cylindrical-coordinate representation of color #FCBCD0: hue angle of 341.25º 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 #FCBCD0 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 208 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.01 |
| HSL | 341.25º | 0.91% | 0.86% | - |
| HSV(B) | 341.25º | 0.25% | 0.99% | - |
| XYZ | 69.51 | 61.22 | 67.83 | - |
| YUV | 209.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 208 | 0 | 0.25 | 0.17 | 0.01 | 341.25 | 0.91 | 0.86 |
| Hex | FC | BC | D0 | 0 | 19 | 11 | 1 | 155 | 5B | 56 |
| Octal | 374 | 274 | 320 | 0 | 31 | 21 | 1 | 525 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11010000 | 0 | 11001 | 10001 | 1 | 101010101 | 1011011 | 1010110 |
Color Harmonies of #FCBCD0
Complementary color
Monochromatic Colors of #FCBCD0
Black with #FCBCD0
Text Example
Text Example
White with #FCBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCD0; }
p { color: rgb(252,188,208); }
H1.HeaderClassName
{
color: #FCBCD0;
}
.AnyTagClassName
{
color: #FCBCD0;
}
</style>
background-color css
<style>
a { background-color: #FCBCD0; }
a { background-color: rgb(252,188,208); }
div.DivClassName
{
background-color: #FCBCD0;
}
.BgClassName
{
background-color: #FCBCD0;
}
</style>
border-color css
<style>
span { border-color: #FCBCD0; }
span { border-color: rgb(252,188,208); }
td.TdClassName
{
border-color: #FCBCD0;
}
.TagClassName
{
border-color: #FCBCD0;
}
</style>