Shades of Cotton Candy #FEB9CE
Tints of Cotton Candy #FEB9CE
RGB
CMYK
RGB Variations
Color information
#FEB9CE (or 0xFEB9CE) is known color: Cotton Candy. HEX triplet: FE, B9 and CE. RGB value is (254,185,206). Sum of RGB (Red+Green+Blue) = 254+185+206=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9CE is #014631. Grayscale: #D0D0D0. Windows color (decimal): -83506 or 13548030. OLE color: 13548030.
HSL color Cylindrical-coordinate representation of color #FEB9CE: hue angle of 341.74º 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 #FEB9CE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 206 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.00 |
| HSL | 341.74º | 0.97% | 0.86% | - |
| HSV(B) | 341.74º | 0.27% | 1% | - |
| XYZ | 69.36 | 60.22 | 66.36 | - |
| YUV | 208.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 206 | 0 | 0.27 | 0.19 | 0.00 | 341.74 | 0.97 | 0.86 |
| Hex | FE | B9 | CE | 0 | 1B | 13 | 0 | 156 | 61 | 56 |
| Octal | 376 | 271 | 316 | 0 | 33 | 23 | 0 | 526 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11001110 | 0 | 11011 | 10011 | 0 | 101010110 | 1100001 | 1010110 |
Color Harmonies of #FEB9CE
Complementary color
Monochromatic Colors of #FEB9CE
Black with #FEB9CE
Text Example
Text Example
White with #FEB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9CE; }
p { color: rgb(254,185,206); }
H1.HeaderClassName
{
color: #FEB9CE;
}
.AnyTagClassName
{
color: #FEB9CE;
}
</style>
background-color css
<style>
a { background-color: #FEB9CE; }
a { background-color: rgb(254,185,206); }
div.DivClassName
{
background-color: #FEB9CE;
}
.BgClassName
{
background-color: #FEB9CE;
}
</style>
border-color css
<style>
span { border-color: #FEB9CE; }
span { border-color: rgb(254,185,206); }
td.TdClassName
{
border-color: #FEB9CE;
}
.TagClassName
{
border-color: #FEB9CE;
}
</style>