Shades of Cotton Candy #FEBBD7
Tints of Cotton Candy #FEBBD7
RGB
CMYK
RGB Variations
Color information
#FEBBD7 (or 0xFEBBD7) is known color: Cotton Candy. HEX triplet: FE, BB and D7. RGB value is (254,187,215). Sum of RGB (Red+Green+Blue) = 254+187+215=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBD7 is #014428. Grayscale: #D2D2D2. Windows color (decimal): -82985 or 14138366. OLE color: 14138366.
HSL color Cylindrical-coordinate representation of color #FEBBD7: hue angle of 334.93º 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 #FEBBD7 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 215 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.00 |
| HSL | 334.93º | 0.97% | 0.86% | - |
| HSV(B) | 334.93º | 0.26% | 1% | - |
| XYZ | 70.91 | 61.52 | 72.43 | - |
| YUV | 210.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 215 | 0 | 0.26 | 0.15 | 0.00 | 334.93 | 0.97 | 0.86 |
| Hex | FE | BB | D7 | 0 | 1A | F | 0 | 14F | 61 | 56 |
| Octal | 376 | 273 | 327 | 0 | 32 | 17 | 0 | 517 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11010111 | 0 | 11010 | 1111 | 0 | 101001111 | 1100001 | 1010110 |
Color Harmonies of #FEBBD7
Complementary color
Monochromatic Colors of #FEBBD7
Black with #FEBBD7
Text Example
Text Example
White with #FEBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBD7; }
p { color: rgb(254,187,215); }
H1.HeaderClassName
{
color: #FEBBD7;
}
.AnyTagClassName
{
color: #FEBBD7;
}
</style>
background-color css
<style>
a { background-color: #FEBBD7; }
a { background-color: rgb(254,187,215); }
div.DivClassName
{
background-color: #FEBBD7;
}
.BgClassName
{
background-color: #FEBBD7;
}
</style>
border-color css
<style>
span { border-color: #FEBBD7; }
span { border-color: rgb(254,187,215); }
td.TdClassName
{
border-color: #FEBBD7;
}
.TagClassName
{
border-color: #FEBBD7;
}
</style>