Shades of Cotton Candy #FEB9D5
Tints of Cotton Candy #FEB9D5
RGB
CMYK
RGB Variations
Color information
#FEB9D5 (or 0xFEB9D5) is known color: Cotton Candy. HEX triplet: FE, B9 and D5. RGB value is (254,185,213). Sum of RGB (Red+Green+Blue) = 254+185+213=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9D5 is #01462A. Grayscale: #D0D0D0. Windows color (decimal): -83499 or 14006782. OLE color: 14006782.
HSL color Cylindrical-coordinate representation of color #FEB9D5: hue angle of 335.65º 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 #FEB9D5 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 213 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.00 |
| HSL | 335.65º | 0.97% | 0.86% | - |
| HSV(B) | 335.65º | 0.27% | 1% | - |
| XYZ | 70.23 | 60.57 | 70.94 | - |
| YUV | 208.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 213 | 0 | 0.27 | 0.16 | 0.00 | 335.65 | 0.97 | 0.86 |
| Hex | FE | B9 | D5 | 0 | 1B | 10 | 0 | 150 | 61 | 56 |
| Octal | 376 | 271 | 325 | 0 | 33 | 20 | 0 | 520 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11010101 | 0 | 11011 | 10000 | 0 | 101010000 | 1100001 | 1010110 |
Color Harmonies of #FEB9D5
Complementary color
Monochromatic Colors of #FEB9D5
Black with #FEB9D5
Text Example
Text Example
White with #FEB9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9D5; }
p { color: rgb(254,185,213); }
H1.HeaderClassName
{
color: #FEB9D5;
}
.AnyTagClassName
{
color: #FEB9D5;
}
</style>
background-color css
<style>
a { background-color: #FEB9D5; }
a { background-color: rgb(254,185,213); }
div.DivClassName
{
background-color: #FEB9D5;
}
.BgClassName
{
background-color: #FEB9D5;
}
</style>
border-color css
<style>
span { border-color: #FEB9D5; }
span { border-color: rgb(254,185,213); }
td.TdClassName
{
border-color: #FEB9D5;
}
.TagClassName
{
border-color: #FEB9D5;
}
</style>