Shades of Cotton Candy #FEC0D8
Tints of Cotton Candy #FEC0D8
RGB
CMYK
RGB Variations
Color information
#FEC0D8 (or 0xFEC0D8) is known color: Cotton Candy. HEX triplet: FE, C0 and D8. RGB value is (254,192,216). Sum of RGB (Red+Green+Blue) = 254+192+216=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0D8 is #013F27. Grayscale: #D5D5D5. Windows color (decimal): -81704 or 14205182. OLE color: 14205182.
HSL color Cylindrical-coordinate representation of color #FEC0D8: hue angle of 336.77º 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 #FEC0D8 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 216 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.00 |
| HSL | 336.77º | 0.97% | 0.87% | - |
| HSV(B) | 336.77º | 0.24% | 1% | - |
| XYZ | 72.12 | 63.73 | 73.47 | - |
| YUV | 213.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 216 | 0 | 0.24 | 0.15 | 0.00 | 336.77 | 0.97 | 0.87 |
| Hex | FE | C0 | D8 | 0 | 18 | F | 0 | 151 | 61 | 57 |
| Octal | 376 | 300 | 330 | 0 | 30 | 17 | 0 | 521 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11011000 | 0 | 11000 | 1111 | 0 | 101010001 | 1100001 | 1010111 |
Color Harmonies of #FEC0D8
Complementary color
Monochromatic Colors of #FEC0D8
Black with #FEC0D8
Text Example
Text Example
White with #FEC0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0D8; }
p { color: rgb(254,192,216); }
H1.HeaderClassName
{
color: #FEC0D8;
}
.AnyTagClassName
{
color: #FEC0D8;
}
</style>
background-color css
<style>
a { background-color: #FEC0D8; }
a { background-color: rgb(254,192,216); }
div.DivClassName
{
background-color: #FEC0D8;
}
.BgClassName
{
background-color: #FEC0D8;
}
</style>
border-color css
<style>
span { border-color: #FEC0D8; }
span { border-color: rgb(254,192,216); }
td.TdClassName
{
border-color: #FEC0D8;
}
.TagClassName
{
border-color: #FEC0D8;
}
</style>