Shades of Cotton Candy #FEB9E6
Tints of Cotton Candy #FEB9E6
RGB
CMYK
RGB Variations
Color information
#FEB9E6 (or 0xFEB9E6) is known color: Cotton Candy. HEX triplet: FE, B9 and E6. RGB value is (254,185,230). Sum of RGB (Red+Green+Blue) = 254+185+230=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9E6 is #014619. Grayscale: #D2D2D2. Windows color (decimal): -83482 or 15120894. OLE color: 15120894.
HSL color Cylindrical-coordinate representation of color #FEB9E6: hue angle of 320.87º 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 #FEB9E6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 230 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.00 |
| HSL | 320.87º | 0.97% | 0.86% | - |
| HSV(B) | 320.87º | 0.27% | 1% | - |
| XYZ | 72.5 | 61.48 | 82.91 | - |
| YUV | 210.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 230 | 0 | 0.27 | 0.09 | 0.00 | 320.87 | 0.97 | 0.86 |
| Hex | FE | B9 | E6 | 0 | 1B | 9 | 0 | 141 | 61 | 56 |
| Octal | 376 | 271 | 346 | 0 | 33 | 11 | 0 | 501 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11100110 | 0 | 11011 | 1001 | 0 | 101000001 | 1100001 | 1010110 |
Color Harmonies of #FEB9E6
Complementary color
Monochromatic Colors of #FEB9E6
Black with #FEB9E6
Text Example
Text Example
White with #FEB9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9E6; }
p { color: rgb(254,185,230); }
H1.HeaderClassName
{
color: #FEB9E6;
}
.AnyTagClassName
{
color: #FEB9E6;
}
</style>
background-color css
<style>
a { background-color: #FEB9E6; }
a { background-color: rgb(254,185,230); }
div.DivClassName
{
background-color: #FEB9E6;
}
.BgClassName
{
background-color: #FEB9E6;
}
</style>
border-color css
<style>
span { border-color: #FEB9E6; }
span { border-color: rgb(254,185,230); }
td.TdClassName
{
border-color: #FEB9E6;
}
.TagClassName
{
border-color: #FEB9E6;
}
</style>