Shades of Cotton Candy #FEBBDB
Tints of Cotton Candy #FEBBDB
RGB
CMYK
RGB Variations
Color information
#FEBBDB (or 0xFEBBDB) is known color: Cotton Candy. HEX triplet: FE, BB and DB. RGB value is (254,187,219). Sum of RGB (Red+Green+Blue) = 254+187+219=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBDB is #014424. Grayscale: #D2D2D2. Windows color (decimal): -82981 or 14400510. OLE color: 14400510.
HSL color Cylindrical-coordinate representation of color #FEBBDB: hue angle of 331.34º 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 #FEBBDB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 219 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.00 |
| HSL | 331.34º | 0.97% | 0.86% | - |
| HSV(B) | 331.34º | 0.26% | 1% | - |
| XYZ | 71.43 | 61.73 | 75.17 | - |
| YUV | 210.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 219 | 0 | 0.26 | 0.14 | 0.00 | 331.34 | 0.97 | 0.86 |
| Hex | FE | BB | DB | 0 | 1A | E | 0 | 14B | 61 | 56 |
| Octal | 376 | 273 | 333 | 0 | 32 | 16 | 0 | 513 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11011011 | 0 | 11010 | 1110 | 0 | 101001011 | 1100001 | 1010110 |
Color Harmonies of #FEBBDB
Complementary color
Monochromatic Colors of #FEBBDB
Black with #FEBBDB
Text Example
Text Example
White with #FEBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBDB; }
p { color: rgb(254,187,219); }
H1.HeaderClassName
{
color: #FEBBDB;
}
.AnyTagClassName
{
color: #FEBBDB;
}
</style>
background-color css
<style>
a { background-color: #FEBBDB; }
a { background-color: rgb(254,187,219); }
div.DivClassName
{
background-color: #FEBBDB;
}
.BgClassName
{
background-color: #FEBBDB;
}
</style>
border-color css
<style>
span { border-color: #FEBBDB; }
span { border-color: rgb(254,187,219); }
td.TdClassName
{
border-color: #FEBBDB;
}
.TagClassName
{
border-color: #FEBBDB;
}
</style>