Shades of Cotton Candy #FCB6CD
Tints of Cotton Candy #FCB6CD
RGB
CMYK
RGB Variations
Color information
#FCB6CD (or 0xFCB6CD) is known color: Cotton Candy. HEX triplet: FC, B6 and CD. RGB value is (252,182,205). Sum of RGB (Red+Green+Blue) = 252+182+205=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CD is #034932. Grayscale: #CDCDCD. Windows color (decimal): -215347 or 13481724. OLE color: 13481724.
HSL color Cylindrical-coordinate representation of color #FCB6CD: hue angle of 340.29º 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 #FCB6CD is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 182 | 205 | - |
CMYK | 0 | 0.28 | 0.19 | 0.01 |
HSL | 340.29º | 0.92% | 0.85% | - |
HSV(B) | 340.29º | 0.28% | 0.99% | - |
XYZ | 67.89 | 58.56 | 65.48 | - |
YUV | 205.55 | 127.69 | 161.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 182 | 205 | 0 | 0.28 | 0.19 | 0.01 | 340.29 | 0.92 | 0.85 |
Hex | FC | B6 | CD | 0 | 1C | 13 | 1 | 154 | 5C | 55 |
Octal | 374 | 266 | 315 | 0 | 34 | 23 | 1 | 524 | 134 | 125 |
Binary | 11111100 | 10110110 | 11001101 | 0 | 11100 | 10011 | 1 | 101010100 | 1011100 | 1010101 |
Color Harmonies of #FCB6CD
Complementary color
Monochromatic Colors of #FCB6CD
Black with #FCB6CD
Text Example
Text Example
White with #FCB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6CD; }
p { color: rgb(252,182,205); }
H1.HeaderClassName
{
color: #FCB6CD;
}
.AnyTagClassName
{
color: #FCB6CD;
}
</style>
background-color css
<style>
a { background-color: #FCB6CD; }
a { background-color: rgb(252,182,205); }
div.DivClassName
{
background-color: #FCB6CD;
}
.BgClassName
{
background-color: #FCB6CD;
}
</style>
border-color css
<style>
span { border-color: #FCB6CD; }
span { border-color: rgb(252,182,205); }
td.TdClassName
{
border-color: #FCB6CD;
}
.TagClassName
{
border-color: #FCB6CD;
}
</style>