Shades of Cotton Candy #FCB6CF
Tints of Cotton Candy #FCB6CF
RGB
CMYK
RGB Variations
Color information
#FCB6CF (or 0xFCB6CF) is known color: Cotton Candy. HEX triplet: FC, B6 and CF. RGB value is (252,182,207). Sum of RGB (Red+Green+Blue) = 252+182+207=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CF is #034930. Grayscale: #CDCDCD. Windows color (decimal): -215345 or 13612796. OLE color: 13612796.
HSL color Cylindrical-coordinate representation of color #FCB6CF: hue angle of 338.57º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB6CF is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 207 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.01 |
| HSL | 338.57º | 0.92% | 0.85% | - |
| HSV(B) | 338.57º | 0.28% | 0.99% | - |
| XYZ | 68.14 | 58.66 | 66.76 | - |
| YUV | 205.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 207 | 0 | 0.28 | 0.18 | 0.01 | 338.57 | 0.92 | 0.85 |
| Hex | FC | B6 | CF | 0 | 1C | 12 | 1 | 153 | 5C | 55 |
| Octal | 374 | 266 | 317 | 0 | 34 | 22 | 1 | 523 | 134 | 125 |
| Binary | 11111100 | 10110110 | 11001111 | 0 | 11100 | 10010 | 1 | 101010011 | 1011100 | 1010101 |
Color Harmonies of #FCB6CF
Complementary color
Monochromatic Colors of #FCB6CF
Black with #FCB6CF
Text Example
Text Example
White with #FCB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6CF; }
p { color: rgb(252,182,207); }
H1.HeaderClassName
{
color: #FCB6CF;
}
.AnyTagClassName
{
color: #FCB6CF;
}
</style>
background-color css
<style>
a { background-color: #FCB6CF; }
a { background-color: rgb(252,182,207); }
div.DivClassName
{
background-color: #FCB6CF;
}
.BgClassName
{
background-color: #FCB6CF;
}
</style>
border-color css
<style>
span { border-color: #FCB6CF; }
span { border-color: rgb(252,182,207); }
td.TdClassName
{
border-color: #FCB6CF;
}
.TagClassName
{
border-color: #FCB6CF;
}
</style>