Shades of Cotton Candy #FEB9D8
Tints of Cotton Candy #FEB9D8
RGB
CMYK
RGB Variations
Color information
#FEB9D8 (or 0xFEB9D8) is known color: Cotton Candy. HEX triplet: FE, B9 and D8. RGB value is (254,185,216). Sum of RGB (Red+Green+Blue) = 254+185+216=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9D8 is #014627. Grayscale: #D1D1D1. Windows color (decimal): -83496 or 14203390. OLE color: 14203390.
HSL color Cylindrical-coordinate representation of color #FEB9D8: hue angle of 333.04º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9D8 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 216 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.00 |
| HSL | 333.04º | 0.97% | 0.86% | - |
| HSV(B) | 333.04º | 0.27% | 1% | - |
| XYZ | 70.62 | 60.73 | 72.97 | - |
| YUV | 209.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 216 | 0 | 0.27 | 0.15 | 0.00 | 333.04 | 0.97 | 0.86 |
| Hex | FE | B9 | D8 | 0 | 1B | F | 0 | 14D | 61 | 56 |
| Octal | 376 | 271 | 330 | 0 | 33 | 17 | 0 | 515 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11011000 | 0 | 11011 | 1111 | 0 | 101001101 | 1100001 | 1010110 |
Color Harmonies of #FEB9D8
Complementary color
Monochromatic Colors of #FEB9D8
Black with #FEB9D8
Text Example
Text Example
White with #FEB9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9D8; }
p { color: rgb(254,185,216); }
H1.HeaderClassName
{
color: #FEB9D8;
}
.AnyTagClassName
{
color: #FEB9D8;
}
</style>
background-color css
<style>
a { background-color: #FEB9D8; }
a { background-color: rgb(254,185,216); }
div.DivClassName
{
background-color: #FEB9D8;
}
.BgClassName
{
background-color: #FEB9D8;
}
</style>
border-color css
<style>
span { border-color: #FEB9D8; }
span { border-color: rgb(254,185,216); }
td.TdClassName
{
border-color: #FEB9D8;
}
.TagClassName
{
border-color: #FEB9D8;
}
</style>