Shades of Cotton Candy #FCB6DE
Tints of Cotton Candy #FCB6DE
RGB
CMYK
RGB Variations
Color information
#FCB6DE (or 0xFCB6DE) is known color: Cotton Candy. HEX triplet: FC, B6 and DE. RGB value is (252,182,222). Sum of RGB (Red+Green+Blue) = 252+182+222=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6DE is #034921. Grayscale: #CFCFCF. Windows color (decimal): -215330 or 14595836. OLE color: 14595836.
HSL color Cylindrical-coordinate representation of color #FCB6DE: hue angle of 325.71º 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 #FCB6DE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 222 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.01 |
| HSL | 325.71º | 0.92% | 0.85% | - |
| HSV(B) | 325.71º | 0.28% | 0.99% | - |
| XYZ | 70.06 | 59.43 | 76.89 | - |
| YUV | 207.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 222 | 0 | 0.28 | 0.12 | 0.01 | 325.71 | 0.92 | 0.85 |
| Hex | FC | B6 | DE | 0 | 1C | C | 1 | 146 | 5C | 55 |
| Octal | 374 | 266 | 336 | 0 | 34 | 14 | 1 | 506 | 134 | 125 |
| Binary | 11111100 | 10110110 | 11011110 | 0 | 11100 | 1100 | 1 | 101000110 | 1011100 | 1010101 |
Color Harmonies of #FCB6DE
Complementary color
Monochromatic Colors of #FCB6DE
Black with #FCB6DE
Text Example
Text Example
White with #FCB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6DE; }
p { color: rgb(252,182,222); }
H1.HeaderClassName
{
color: #FCB6DE;
}
.AnyTagClassName
{
color: #FCB6DE;
}
</style>
background-color css
<style>
a { background-color: #FCB6DE; }
a { background-color: rgb(252,182,222); }
div.DivClassName
{
background-color: #FCB6DE;
}
.BgClassName
{
background-color: #FCB6DE;
}
</style>
border-color css
<style>
span { border-color: #FCB6DE; }
span { border-color: rgb(252,182,222); }
td.TdClassName
{
border-color: #FCB6DE;
}
.TagClassName
{
border-color: #FCB6DE;
}
</style>