Shades of Cotton Candy #FEC0DD
Tints of Cotton Candy #FEC0DD
RGB
CMYK
RGB Variations
Color information
#FEC0DD (or 0xFEC0DD) is known color: Cotton Candy. HEX triplet: FE, C0 and DD. RGB value is (254,192,221). Sum of RGB (Red+Green+Blue) = 254+192+221=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0DD is #013F22. Grayscale: #D5D5D5. Windows color (decimal): -81699 or 14532862. OLE color: 14532862.
HSL color Cylindrical-coordinate representation of color #FEC0DD: hue angle of 331.94º 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 #FEC0DD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 221 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.00 |
| HSL | 331.94º | 0.97% | 0.87% | - |
| HSV(B) | 331.94º | 0.24% | 1% | - |
| XYZ | 72.77 | 63.99 | 76.92 | - |
| YUV | 213.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 221 | 0 | 0.24 | 0.13 | 0.00 | 331.94 | 0.97 | 0.87 |
| Hex | FE | C0 | DD | 0 | 18 | D | 0 | 14C | 61 | 57 |
| Octal | 376 | 300 | 335 | 0 | 30 | 15 | 0 | 514 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11011101 | 0 | 11000 | 1101 | 0 | 101001100 | 1100001 | 1010111 |
Color Harmonies of #FEC0DD
Complementary color
Monochromatic Colors of #FEC0DD
Black with #FEC0DD
Text Example
Text Example
White with #FEC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0DD; }
p { color: rgb(254,192,221); }
H1.HeaderClassName
{
color: #FEC0DD;
}
.AnyTagClassName
{
color: #FEC0DD;
}
</style>
background-color css
<style>
a { background-color: #FEC0DD; }
a { background-color: rgb(254,192,221); }
div.DivClassName
{
background-color: #FEC0DD;
}
.BgClassName
{
background-color: #FEC0DD;
}
</style>
border-color css
<style>
span { border-color: #FEC0DD; }
span { border-color: rgb(254,192,221); }
td.TdClassName
{
border-color: #FEC0DD;
}
.TagClassName
{
border-color: #FEC0DD;
}
</style>