Shades of Cotton Candy #FEBBDD
Tints of Cotton Candy #FEBBDD
RGB
CMYK
RGB Variations
Color information
#FEBBDD (or 0xFEBBDD) is known color: Cotton Candy. HEX triplet: FE, BB and DD. RGB value is (254,187,221). Sum of RGB (Red+Green+Blue) = 254+187+221=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBDD is #014422. Grayscale: #D2D2D2. Windows color (decimal): -82979 or 14531582. OLE color: 14531582.
HSL color Cylindrical-coordinate representation of color #FEBBDD: hue angle of 329.55º 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 #FEBBDD is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 221 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.00 |
| HSL | 329.55º | 0.97% | 0.86% | - |
| HSV(B) | 329.55º | 0.26% | 1% | - |
| XYZ | 71.69 | 61.83 | 76.56 | - |
| YUV | 210.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 221 | 0 | 0.26 | 0.13 | 0.00 | 329.55 | 0.97 | 0.86 |
| Hex | FE | BB | DD | 0 | 1A | D | 0 | 14A | 61 | 56 |
| Octal | 376 | 273 | 335 | 0 | 32 | 15 | 0 | 512 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11011101 | 0 | 11010 | 1101 | 0 | 101001010 | 1100001 | 1010110 |
Color Harmonies of #FEBBDD
Complementary color
Monochromatic Colors of #FEBBDD
Black with #FEBBDD
Text Example
Text Example
White with #FEBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBDD; }
p { color: rgb(254,187,221); }
H1.HeaderClassName
{
color: #FEBBDD;
}
.AnyTagClassName
{
color: #FEBBDD;
}
</style>
background-color css
<style>
a { background-color: #FEBBDD; }
a { background-color: rgb(254,187,221); }
div.DivClassName
{
background-color: #FEBBDD;
}
.BgClassName
{
background-color: #FEBBDD;
}
</style>
border-color css
<style>
span { border-color: #FEBBDD; }
span { border-color: rgb(254,187,221); }
td.TdClassName
{
border-color: #FEBBDD;
}
.TagClassName
{
border-color: #FEBBDD;
}
</style>