Shades of Cotton Candy #FEB9D0
Tints of Cotton Candy #FEB9D0
RGB
CMYK
RGB Variations
Color information
#FEB9D0 (or 0xFEB9D0) is known color: Cotton Candy. HEX triplet: FE, B9 and D0. RGB value is (254,185,208). Sum of RGB (Red+Green+Blue) = 254+185+208=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9D0 is #01462F. Grayscale: #D0D0D0. Windows color (decimal): -83504 or 13679102. OLE color: 13679102.
HSL color Cylindrical-coordinate representation of color #FEB9D0: hue angle of 340º 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 #FEB9D0 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 208 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.00 |
| HSL | 340º | 0.97% | 0.86% | - |
| HSV(B) | 340º | 0.27% | 1% | - |
| XYZ | 69.61 | 60.32 | 67.65 | - |
| YUV | 208.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 208 | 0 | 0.27 | 0.18 | 0.00 | 340 | 0.97 | 0.86 |
| Hex | FE | B9 | D0 | 0 | 1B | 12 | 0 | 154 | 61 | 56 |
| Octal | 376 | 271 | 320 | 0 | 33 | 22 | 0 | 524 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11010000 | 0 | 11011 | 10010 | 0 | 101010100 | 1100001 | 1010110 |
Color Harmonies of #FEB9D0
Complementary color
Monochromatic Colors of #FEB9D0
Black with #FEB9D0
Text Example
Text Example
White with #FEB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9D0; }
p { color: rgb(254,185,208); }
H1.HeaderClassName
{
color: #FEB9D0;
}
.AnyTagClassName
{
color: #FEB9D0;
}
</style>
background-color css
<style>
a { background-color: #FEB9D0; }
a { background-color: rgb(254,185,208); }
div.DivClassName
{
background-color: #FEB9D0;
}
.BgClassName
{
background-color: #FEB9D0;
}
</style>
border-color css
<style>
span { border-color: #FEB9D0; }
span { border-color: rgb(254,185,208); }
td.TdClassName
{
border-color: #FEB9D0;
}
.TagClassName
{
border-color: #FEB9D0;
}
</style>