Shades of Cotton Candy #FEB8E0
Tints of Cotton Candy #FEB8E0
RGB
CMYK
RGB Variations
Color information
#FEB8E0 (or 0xFEB8E0) is known color: Cotton Candy. HEX triplet: FE, B8 and E0. RGB value is (254,184,224). Sum of RGB (Red+Green+Blue) = 254+184+224=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 184 (72.27% from 255 or 27.79% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8E0 is #01471F. Grayscale: #D1D1D1. Windows color (decimal): -83744 or 14727422. OLE color: 14727422.
HSL color Cylindrical-coordinate representation of color #FEB8E0: hue angle of 325.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 #FEB8E0 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 224 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.00 |
| HSL | 325.71º | 0.97% | 0.86% | - |
| HSV(B) | 325.71º | 0.28% | 1% | - |
| XYZ | 71.47 | 60.73 | 78.48 | - |
| YUV | 209.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 224 | 0 | 0.28 | 0.12 | 0.00 | 325.71 | 0.97 | 0.86 |
| Hex | FE | B8 | E0 | 0 | 1C | C | 0 | 146 | 61 | 56 |
| Octal | 376 | 270 | 340 | 0 | 34 | 14 | 0 | 506 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11100000 | 0 | 11100 | 1100 | 0 | 101000110 | 1100001 | 1010110 |
Color Harmonies of #FEB8E0
Complementary color
Monochromatic Colors of #FEB8E0
Black with #FEB8E0
Text Example
Text Example
White with #FEB8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8E0; }
p { color: rgb(254,184,224); }
H1.HeaderClassName
{
color: #FEB8E0;
}
.AnyTagClassName
{
color: #FEB8E0;
}
</style>
background-color css
<style>
a { background-color: #FEB8E0; }
a { background-color: rgb(254,184,224); }
div.DivClassName
{
background-color: #FEB8E0;
}
.BgClassName
{
background-color: #FEB8E0;
}
</style>
border-color css
<style>
span { border-color: #FEB8E0; }
span { border-color: rgb(254,184,224); }
td.TdClassName
{
border-color: #FEB8E0;
}
.TagClassName
{
border-color: #FEB8E0;
}
</style>