Shades of Cotton Candy #FEC0D9
Tints of Cotton Candy #FEC0D9
RGB
CMYK
RGB Variations
Color information
#FEC0D9 (or 0xFEC0D9) is known color: Cotton Candy. HEX triplet: FE, C0 and D9. RGB value is (254,192,217). Sum of RGB (Red+Green+Blue) = 254+192+217=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0D9 is #013F26. Grayscale: #D5D5D5. Windows color (decimal): -81703 or 14270718. OLE color: 14270718.
HSL color Cylindrical-coordinate representation of color #FEC0D9: hue angle of 335.81º 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 #FEC0D9 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 217 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.00 |
| HSL | 335.81º | 0.97% | 0.87% | - |
| HSV(B) | 335.81º | 0.24% | 1% | - |
| XYZ | 72.25 | 63.78 | 74.15 | - |
| YUV | 213.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 217 | 0 | 0.24 | 0.15 | 0.00 | 335.81 | 0.97 | 0.87 |
| Hex | FE | C0 | D9 | 0 | 18 | F | 0 | 150 | 61 | 57 |
| Octal | 376 | 300 | 331 | 0 | 30 | 17 | 0 | 520 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11011001 | 0 | 11000 | 1111 | 0 | 101010000 | 1100001 | 1010111 |
Color Harmonies of #FEC0D9
Complementary color
Monochromatic Colors of #FEC0D9
Black with #FEC0D9
Text Example
Text Example
White with #FEC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0D9; }
p { color: rgb(254,192,217); }
H1.HeaderClassName
{
color: #FEC0D9;
}
.AnyTagClassName
{
color: #FEC0D9;
}
</style>
background-color css
<style>
a { background-color: #FEC0D9; }
a { background-color: rgb(254,192,217); }
div.DivClassName
{
background-color: #FEC0D9;
}
.BgClassName
{
background-color: #FEC0D9;
}
</style>
border-color css
<style>
span { border-color: #FEC0D9; }
span { border-color: rgb(254,192,217); }
td.TdClassName
{
border-color: #FEC0D9;
}
.TagClassName
{
border-color: #FEC0D9;
}
</style>