Shades of Cotton Candy #FCBCD8
Tints of Cotton Candy #FCBCD8
RGB
CMYK
RGB Variations
Color information
#FCBCD8 (or 0xFCBCD8) is known color: Cotton Candy. HEX triplet: FC, BC and D8. RGB value is (252,188,216). Sum of RGB (Red+Green+Blue) = 252+188+216=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD8 is #034327. Grayscale: #D2D2D2. Windows color (decimal): -213800 or 14204156. OLE color: 14204156.
HSL color Cylindrical-coordinate representation of color #FCBCD8: hue angle of 333.75º 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 #FCBCD8 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 216 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.01 |
| HSL | 333.75º | 0.91% | 0.86% | - |
| HSV(B) | 333.75º | 0.25% | 0.99% | - |
| XYZ | 70.52 | 61.62 | 73.14 | - |
| YUV | 210.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 216 | 0 | 0.25 | 0.14 | 0.01 | 333.75 | 0.91 | 0.86 |
| Hex | FC | BC | D8 | 0 | 19 | E | 1 | 14E | 5B | 56 |
| Octal | 374 | 274 | 330 | 0 | 31 | 16 | 1 | 516 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11011000 | 0 | 11001 | 1110 | 1 | 101001110 | 1011011 | 1010110 |
Color Harmonies of #FCBCD8
Complementary color
Monochromatic Colors of #FCBCD8
Black with #FCBCD8
Text Example
Text Example
White with #FCBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCD8; }
p { color: rgb(252,188,216); }
H1.HeaderClassName
{
color: #FCBCD8;
}
.AnyTagClassName
{
color: #FCBCD8;
}
</style>
background-color css
<style>
a { background-color: #FCBCD8; }
a { background-color: rgb(252,188,216); }
div.DivClassName
{
background-color: #FCBCD8;
}
.BgClassName
{
background-color: #FCBCD8;
}
</style>
border-color css
<style>
span { border-color: #FCBCD8; }
span { border-color: rgb(252,188,216); }
td.TdClassName
{
border-color: #FCBCD8;
}
.TagClassName
{
border-color: #FCBCD8;
}
</style>