Shades of Cotton Candy #FEC0DC
Tints of Cotton Candy #FEC0DC
RGB
CMYK
RGB Variations
Color information
#FEC0DC (or 0xFEC0DC) is known color: Cotton Candy. HEX triplet: FE, C0 and DC. RGB value is (254,192,220). Sum of RGB (Red+Green+Blue) = 254+192+220=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0DC is #013F23. Grayscale: #D5D5D5. Windows color (decimal): -81700 or 14467326. OLE color: 14467326.
HSL color Cylindrical-coordinate representation of color #FEC0DC: hue angle of 332.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0DC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 220 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.00 |
| HSL | 332.9º | 0.97% | 0.87% | - |
| HSV(B) | 332.9º | 0.24% | 1% | - |
| XYZ | 72.64 | 63.94 | 76.22 | - |
| YUV | 213.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 220 | 0 | 0.24 | 0.13 | 0.00 | 332.9 | 0.97 | 0.87 |
| Hex | FE | C0 | DC | 0 | 18 | D | 0 | 14D | 61 | 57 |
| Octal | 376 | 300 | 334 | 0 | 30 | 15 | 0 | 515 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11011100 | 0 | 11000 | 1101 | 0 | 101001101 | 1100001 | 1010111 |
Color Harmonies of #FEC0DC
Complementary color
Monochromatic Colors of #FEC0DC
Black with #FEC0DC
Text Example
Text Example
White with #FEC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0DC; }
p { color: rgb(254,192,220); }
H1.HeaderClassName
{
color: #FEC0DC;
}
.AnyTagClassName
{
color: #FEC0DC;
}
</style>
background-color css
<style>
a { background-color: #FEC0DC; }
a { background-color: rgb(254,192,220); }
div.DivClassName
{
background-color: #FEC0DC;
}
.BgClassName
{
background-color: #FEC0DC;
}
</style>
border-color css
<style>
span { border-color: #FEC0DC; }
span { border-color: rgb(254,192,220); }
td.TdClassName
{
border-color: #FEC0DC;
}
.TagClassName
{
border-color: #FEC0DC;
}
</style>