Shades of Cotton Candy #FEB8E3
Tints of Cotton Candy #FEB8E3
RGB
CMYK
RGB Variations
Color information
#FEB8E3 (or 0xFEB8E3) is known color: Cotton Candy. HEX triplet: FE, B8 and E3. RGB value is (254,184,227). Sum of RGB (Red+Green+Blue) = 254+184+227=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8E3 is #01471C. Grayscale: #D1D1D1. Windows color (decimal): -83741 or 14924030. OLE color: 14924030.
HSL color Cylindrical-coordinate representation of color #FEB8E3: hue angle of 323.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 #FEB8E3 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 227 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.00 |
| HSL | 323.14º | 0.97% | 0.86% | - |
| HSV(B) | 323.14º | 0.28% | 1% | - |
| XYZ | 71.88 | 60.9 | 80.64 | - |
| YUV | 209.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 227 | 0 | 0.28 | 0.11 | 0.00 | 323.14 | 0.97 | 0.86 |
| Hex | FE | B8 | E3 | 0 | 1C | B | 0 | 143 | 61 | 56 |
| Octal | 376 | 270 | 343 | 0 | 34 | 13 | 0 | 503 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11100011 | 0 | 11100 | 1011 | 0 | 101000011 | 1100001 | 1010110 |
Color Harmonies of #FEB8E3
Complementary color
Monochromatic Colors of #FEB8E3
Black with #FEB8E3
Text Example
Text Example
White with #FEB8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8E3; }
p { color: rgb(254,184,227); }
H1.HeaderClassName
{
color: #FEB8E3;
}
.AnyTagClassName
{
color: #FEB8E3;
}
</style>
background-color css
<style>
a { background-color: #FEB8E3; }
a { background-color: rgb(254,184,227); }
div.DivClassName
{
background-color: #FEB8E3;
}
.BgClassName
{
background-color: #FEB8E3;
}
</style>
border-color css
<style>
span { border-color: #FEB8E3; }
span { border-color: rgb(254,184,227); }
td.TdClassName
{
border-color: #FEB8E3;
}
.TagClassName
{
border-color: #FEB8E3;
}
</style>