Shades of Cotton Candy #FEB8D9
Tints of Cotton Candy #FEB8D9
RGB
CMYK
RGB Variations
Color information
#FEB8D9 (or 0xFEB8D9) is known color: Cotton Candy. HEX triplet: FE, B8 and D9. RGB value is (254,184,217). Sum of RGB (Red+Green+Blue) = 254+184+217=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8D9 is #014726. Grayscale: #D0D0D0. Windows color (decimal): -83751 or 14268670. OLE color: 14268670.
HSL color Cylindrical-coordinate representation of color #FEB8D9: hue angle of 331.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8D9 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 217 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.00 |
| HSL | 331.71º | 0.97% | 0.86% | - |
| HSV(B) | 331.71º | 0.28% | 1% | - |
| XYZ | 70.54 | 60.36 | 73.58 | - |
| YUV | 208.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 217 | 0 | 0.28 | 0.15 | 0.00 | 331.71 | 0.97 | 0.86 |
| Hex | FE | B8 | D9 | 0 | 1C | F | 0 | 14C | 61 | 56 |
| Octal | 376 | 270 | 331 | 0 | 34 | 17 | 0 | 514 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11011001 | 0 | 11100 | 1111 | 0 | 101001100 | 1100001 | 1010110 |
Color Harmonies of #FEB8D9
Complementary color
Monochromatic Colors of #FEB8D9
Black with #FEB8D9
Text Example
Text Example
White with #FEB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8D9; }
p { color: rgb(254,184,217); }
H1.HeaderClassName
{
color: #FEB8D9;
}
.AnyTagClassName
{
color: #FEB8D9;
}
</style>
background-color css
<style>
a { background-color: #FEB8D9; }
a { background-color: rgb(254,184,217); }
div.DivClassName
{
background-color: #FEB8D9;
}
.BgClassName
{
background-color: #FEB8D9;
}
</style>
border-color css
<style>
span { border-color: #FEB8D9; }
span { border-color: rgb(254,184,217); }
td.TdClassName
{
border-color: #FEB8D9;
}
.TagClassName
{
border-color: #FEB8D9;
}
</style>