Shades of Cotton Candy #FEBBE0
Tints of Cotton Candy #FEBBE0
RGB
CMYK
RGB Variations
Color information
#FEBBE0 (or 0xFEBBE0) is known color: Cotton Candy. HEX triplet: FE, BB and E0. RGB value is (254,187,224). Sum of RGB (Red+Green+Blue) = 254+187+224=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBE0 is #01441F. Grayscale: #D3D3D3. Windows color (decimal): -82976 or 14728190. OLE color: 14728190.
HSL color Cylindrical-coordinate representation of color #FEBBE0: hue angle of 326.87º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBE0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 224 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.00 |
| HSL | 326.87º | 0.97% | 0.86% | - |
| HSV(B) | 326.87º | 0.26% | 1% | - |
| XYZ | 72.1 | 61.99 | 78.69 | - |
| YUV | 211.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 224 | 0 | 0.26 | 0.12 | 0.00 | 326.87 | 0.97 | 0.86 |
| Hex | FE | BB | E0 | 0 | 1A | C | 0 | 147 | 61 | 56 |
| Octal | 376 | 273 | 340 | 0 | 32 | 14 | 0 | 507 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11100000 | 0 | 11010 | 1100 | 0 | 101000111 | 1100001 | 1010110 |
Color Harmonies of #FEBBE0
Complementary color
Monochromatic Colors of #FEBBE0
Black with #FEBBE0
Text Example
Text Example
White with #FEBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBE0; }
p { color: rgb(254,187,224); }
H1.HeaderClassName
{
color: #FEBBE0;
}
.AnyTagClassName
{
color: #FEBBE0;
}
</style>
background-color css
<style>
a { background-color: #FEBBE0; }
a { background-color: rgb(254,187,224); }
div.DivClassName
{
background-color: #FEBBE0;
}
.BgClassName
{
background-color: #FEBBE0;
}
</style>
border-color css
<style>
span { border-color: #FEBBE0; }
span { border-color: rgb(254,187,224); }
td.TdClassName
{
border-color: #FEBBE0;
}
.TagClassName
{
border-color: #FEBBE0;
}
</style>