Shades of Cotton Candy #FEB8D8
Tints of Cotton Candy #FEB8D8
RGB
CMYK
RGB Variations
Color information
#FEB8D8 (or 0xFEB8D8) is known color: Cotton Candy. HEX triplet: FE, B8 and D8. RGB value is (254,184,216). Sum of RGB (Red+Green+Blue) = 254+184+216=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8D8 is #014727. Grayscale: #D0D0D0. Windows color (decimal): -83752 or 14203134. OLE color: 14203134.
HSL color Cylindrical-coordinate representation of color #FEB8D8: hue angle of 332.57º 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 #FEB8D8 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 216 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.00 |
| HSL | 332.57º | 0.97% | 0.86% | - |
| HSV(B) | 332.57º | 0.28% | 1% | - |
| XYZ | 70.41 | 60.31 | 72.9 | - |
| YUV | 208.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 216 | 0 | 0.28 | 0.15 | 0.00 | 332.57 | 0.97 | 0.86 |
| Hex | FE | B8 | D8 | 0 | 1C | F | 0 | 14D | 61 | 56 |
| Octal | 376 | 270 | 330 | 0 | 34 | 17 | 0 | 515 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11011000 | 0 | 11100 | 1111 | 0 | 101001101 | 1100001 | 1010110 |
Color Harmonies of #FEB8D8
Complementary color
Monochromatic Colors of #FEB8D8
Black with #FEB8D8
Text Example
Text Example
White with #FEB8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8D8; }
p { color: rgb(254,184,216); }
H1.HeaderClassName
{
color: #FEB8D8;
}
.AnyTagClassName
{
color: #FEB8D8;
}
</style>
background-color css
<style>
a { background-color: #FEB8D8; }
a { background-color: rgb(254,184,216); }
div.DivClassName
{
background-color: #FEB8D8;
}
.BgClassName
{
background-color: #FEB8D8;
}
</style>
border-color css
<style>
span { border-color: #FEB8D8; }
span { border-color: rgb(254,184,216); }
td.TdClassName
{
border-color: #FEB8D8;
}
.TagClassName
{
border-color: #FEB8D8;
}
</style>