Shades of Cotton Candy #FCBCDE
Tints of Cotton Candy #FCBCDE
RGB
CMYK
RGB Variations
Color information
#FCBCDE (or 0xFCBCDE) is known color: Cotton Candy. HEX triplet: FC, BC and DE. RGB value is (252,188,222). Sum of RGB (Red+Green+Blue) = 252+188+222=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCDE is #034321. Grayscale: #D2D2D2. Windows color (decimal): -213794 or 14597372. OLE color: 14597372.
HSL color Cylindrical-coordinate representation of color #FCBCDE: hue angle of 328.12º 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 #FCBCDE is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 222 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.01 |
| HSL | 328.13º | 0.91% | 0.86% | - |
| HSV(B) | 328.13º | 0.25% | 0.99% | - |
| XYZ | 71.31 | 61.94 | 77.3 | - |
| YUV | 211.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 222 | 0 | 0.25 | 0.12 | 0.01 | 328.13 | 0.91 | 0.86 |
| Hex | FC | BC | DE | 0 | 19 | C | 1 | 148 | 5B | 56 |
| Octal | 374 | 274 | 336 | 0 | 31 | 14 | 1 | 510 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11011110 | 0 | 11001 | 1100 | 1 | 101001000 | 1011011 | 1010110 |
Color Harmonies of #FCBCDE
Complementary color
Monochromatic Colors of #FCBCDE
Black with #FCBCDE
Text Example
Text Example
White with #FCBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCDE; }
p { color: rgb(252,188,222); }
H1.HeaderClassName
{
color: #FCBCDE;
}
.AnyTagClassName
{
color: #FCBCDE;
}
</style>
background-color css
<style>
a { background-color: #FCBCDE; }
a { background-color: rgb(252,188,222); }
div.DivClassName
{
background-color: #FCBCDE;
}
.BgClassName
{
background-color: #FCBCDE;
}
</style>
border-color css
<style>
span { border-color: #FCBCDE; }
span { border-color: rgb(252,188,222); }
td.TdClassName
{
border-color: #FCBCDE;
}
.TagClassName
{
border-color: #FCBCDE;
}
</style>