Shades of Cotton Candy #FEB8CE
Tints of Cotton Candy #FEB8CE
RGB
CMYK
RGB Variations
Color information
#FEB8CE (or 0xFEB8CE) is known color: Cotton Candy. HEX triplet: FE, B8 and CE. RGB value is (254,184,206). Sum of RGB (Red+Green+Blue) = 254+184+206=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8CE is #014731. Grayscale: #CFCFCF. Windows color (decimal): -83762 or 13547774. OLE color: 13547774.
HSL color Cylindrical-coordinate representation of color #FEB8CE: hue angle of 341.14º 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 #FEB8CE is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 206 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.00 |
| HSL | 341.14º | 0.97% | 0.86% | - |
| HSV(B) | 341.14º | 0.28% | 1% | - |
| XYZ | 69.15 | 59.81 | 66.29 | - |
| YUV | 207.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 206 | 0 | 0.28 | 0.19 | 0.00 | 341.14 | 0.97 | 0.86 |
| Hex | FE | B8 | CE | 0 | 1C | 13 | 0 | 155 | 61 | 56 |
| Octal | 376 | 270 | 316 | 0 | 34 | 23 | 0 | 525 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11001110 | 0 | 11100 | 10011 | 0 | 101010101 | 1100001 | 1010110 |
Color Harmonies of #FEB8CE
Complementary color
Monochromatic Colors of #FEB8CE
Black with #FEB8CE
Text Example
Text Example
White with #FEB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8CE; }
p { color: rgb(254,184,206); }
H1.HeaderClassName
{
color: #FEB8CE;
}
.AnyTagClassName
{
color: #FEB8CE;
}
</style>
background-color css
<style>
a { background-color: #FEB8CE; }
a { background-color: rgb(254,184,206); }
div.DivClassName
{
background-color: #FEB8CE;
}
.BgClassName
{
background-color: #FEB8CE;
}
</style>
border-color css
<style>
span { border-color: #FEB8CE; }
span { border-color: rgb(254,184,206); }
td.TdClassName
{
border-color: #FEB8CE;
}
.TagClassName
{
border-color: #FEB8CE;
}
</style>