Shades of Cotton Candy #FEC0DA
Tints of Cotton Candy #FEC0DA
RGB
CMYK
RGB Variations
Color information
#FEC0DA (or 0xFEC0DA) is known color: Cotton Candy. HEX triplet: FE, C0 and DA. RGB value is (254,192,218). Sum of RGB (Red+Green+Blue) = 254+192+218=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0DA is #013F25. Grayscale: #D5D5D5. Windows color (decimal): -81702 or 14336254. OLE color: 14336254.
HSL color Cylindrical-coordinate representation of color #FEC0DA: hue angle of 334.84º 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 #FEC0DA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 218 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.00 |
| HSL | 334.84º | 0.97% | 0.87% | - |
| HSV(B) | 334.84º | 0.24% | 1% | - |
| XYZ | 72.38 | 63.83 | 74.84 | - |
| YUV | 213.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 218 | 0 | 0.24 | 0.14 | 0.00 | 334.84 | 0.97 | 0.87 |
| Hex | FE | C0 | DA | 0 | 18 | E | 0 | 14F | 61 | 57 |
| Octal | 376 | 300 | 332 | 0 | 30 | 16 | 0 | 517 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11011010 | 0 | 11000 | 1110 | 0 | 101001111 | 1100001 | 1010111 |
Color Harmonies of #FEC0DA
Complementary color
Monochromatic Colors of #FEC0DA
Black with #FEC0DA
Text Example
Text Example
White with #FEC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0DA; }
p { color: rgb(254,192,218); }
H1.HeaderClassName
{
color: #FEC0DA;
}
.AnyTagClassName
{
color: #FEC0DA;
}
</style>
background-color css
<style>
a { background-color: #FEC0DA; }
a { background-color: rgb(254,192,218); }
div.DivClassName
{
background-color: #FEC0DA;
}
.BgClassName
{
background-color: #FEC0DA;
}
</style>
border-color css
<style>
span { border-color: #FEC0DA; }
span { border-color: rgb(254,192,218); }
td.TdClassName
{
border-color: #FEC0DA;
}
.TagClassName
{
border-color: #FEC0DA;
}
</style>