Shades of Cotton Candy #FEC0DB
Tints of Cotton Candy #FEC0DB
RGB
CMYK
RGB Variations
Color information
#FEC0DB (or 0xFEC0DB) is known color: Cotton Candy. HEX triplet: FE, C0 and DB. RGB value is (254,192,219). Sum of RGB (Red+Green+Blue) = 254+192+219=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0DB is #013F24. Grayscale: #D5D5D5. Windows color (decimal): -81701 or 14401790. OLE color: 14401790.
HSL color Cylindrical-coordinate representation of color #FEC0DB: hue angle of 333.87º 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 #FEC0DB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 219 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.00 |
| HSL | 333.87º | 0.97% | 0.87% | - |
| HSV(B) | 333.87º | 0.24% | 1% | - |
| XYZ | 72.51 | 63.88 | 75.53 | - |
| YUV | 213.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 219 | 0 | 0.24 | 0.14 | 0.00 | 333.87 | 0.97 | 0.87 |
| Hex | FE | C0 | DB | 0 | 18 | E | 0 | 14E | 61 | 57 |
| Octal | 376 | 300 | 333 | 0 | 30 | 16 | 0 | 516 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11011011 | 0 | 11000 | 1110 | 0 | 101001110 | 1100001 | 1010111 |
Color Harmonies of #FEC0DB
Complementary color
Monochromatic Colors of #FEC0DB
Black with #FEC0DB
Text Example
Text Example
White with #FEC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0DB; }
p { color: rgb(254,192,219); }
H1.HeaderClassName
{
color: #FEC0DB;
}
.AnyTagClassName
{
color: #FEC0DB;
}
</style>
background-color css
<style>
a { background-color: #FEC0DB; }
a { background-color: rgb(254,192,219); }
div.DivClassName
{
background-color: #FEC0DB;
}
.BgClassName
{
background-color: #FEC0DB;
}
</style>
border-color css
<style>
span { border-color: #FEC0DB; }
span { border-color: rgb(254,192,219); }
td.TdClassName
{
border-color: #FEC0DB;
}
.TagClassName
{
border-color: #FEC0DB;
}
</style>