Shades of Cotton Candy #FCBACE
Tints of Cotton Candy #FCBACE
RGB
CMYK
RGB Variations
Color information
#FCBACE (or 0xFCBACE) is known color: Cotton Candy. HEX triplet: FC, BA and CE. RGB value is (252,186,206). Sum of RGB (Red+Green+Blue) = 252+186+206=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBACE is #034531. Grayscale: #CFCFCF. Windows color (decimal): -214322 or 13548284. OLE color: 13548284.
HSL color Cylindrical-coordinate representation of color #FCBACE: hue angle of 341.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBACE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 206 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.01 |
| HSL | 341.82º | 0.92% | 0.86% | - |
| HSV(B) | 341.82º | 0.26% | 0.99% | - |
| XYZ | 68.84 | 60.27 | 66.4 | - |
| YUV | 208.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 206 | 0 | 0.26 | 0.18 | 0.01 | 341.82 | 0.92 | 0.86 |
| Hex | FC | BA | CE | 0 | 1A | 12 | 1 | 156 | 5C | 56 |
| Octal | 374 | 272 | 316 | 0 | 32 | 22 | 1 | 526 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11001110 | 0 | 11010 | 10010 | 1 | 101010110 | 1011100 | 1010110 |
Color Harmonies of #FCBACE
Complementary color
Monochromatic Colors of #FCBACE
Black with #FCBACE
Text Example
Text Example
White with #FCBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBACE; }
p { color: rgb(252,186,206); }
H1.HeaderClassName
{
color: #FCBACE;
}
.AnyTagClassName
{
color: #FCBACE;
}
</style>
background-color css
<style>
a { background-color: #FCBACE; }
a { background-color: rgb(252,186,206); }
div.DivClassName
{
background-color: #FCBACE;
}
.BgClassName
{
background-color: #FCBACE;
}
</style>
border-color css
<style>
span { border-color: #FCBACE; }
span { border-color: rgb(252,186,206); }
td.TdClassName
{
border-color: #FCBACE;
}
.TagClassName
{
border-color: #FCBACE;
}
</style>