Shades of Cotton Candy #FEBBDE
Tints of Cotton Candy #FEBBDE
RGB
CMYK
RGB Variations
Color information
#FEBBDE (or 0xFEBBDE) is known color: Cotton Candy. HEX triplet: FE, BB and DE. RGB value is (254,187,222). Sum of RGB (Red+Green+Blue) = 254+187+222=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBDE is #014421. Grayscale: #D2D2D2. Windows color (decimal): -82978 or 14597118. OLE color: 14597118.
HSL color Cylindrical-coordinate representation of color #FEBBDE: hue angle of 328.66º 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 #FEBBDE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 222 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.00 |
| HSL | 328.66º | 0.97% | 0.86% | - |
| HSV(B) | 328.66º | 0.26% | 1% | - |
| XYZ | 71.83 | 61.89 | 77.27 | - |
| YUV | 211.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 222 | 0 | 0.26 | 0.13 | 0.00 | 328.66 | 0.97 | 0.86 |
| Hex | FE | BB | DE | 0 | 1A | D | 0 | 149 | 61 | 56 |
| Octal | 376 | 273 | 336 | 0 | 32 | 15 | 0 | 511 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11011110 | 0 | 11010 | 1101 | 0 | 101001001 | 1100001 | 1010110 |
Color Harmonies of #FEBBDE
Complementary color
Monochromatic Colors of #FEBBDE
Black with #FEBBDE
Text Example
Text Example
White with #FEBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBDE; }
p { color: rgb(254,187,222); }
H1.HeaderClassName
{
color: #FEBBDE;
}
.AnyTagClassName
{
color: #FEBBDE;
}
</style>
background-color css
<style>
a { background-color: #FEBBDE; }
a { background-color: rgb(254,187,222); }
div.DivClassName
{
background-color: #FEBBDE;
}
.BgClassName
{
background-color: #FEBBDE;
}
</style>
border-color css
<style>
span { border-color: #FEBBDE; }
span { border-color: rgb(254,187,222); }
td.TdClassName
{
border-color: #FEBBDE;
}
.TagClassName
{
border-color: #FEBBDE;
}
</style>