Shades of Cotton Candy #FEBBD4
Tints of Cotton Candy #FEBBD4
RGB
CMYK
RGB Variations
Color information
#FEBBD4 (or 0xFEBBD4) is known color: Cotton Candy. HEX triplet: FE, BB and D4. RGB value is (254,187,212). Sum of RGB (Red+Green+Blue) = 254+187+212=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBD4 is #01442B. Grayscale: #D1D1D1. Windows color (decimal): -82988 or 13941758. OLE color: 13941758.
HSL color Cylindrical-coordinate representation of color #FEBBD4: hue angle of 337.61º 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 #FEBBD4 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 212 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.00 |
| HSL | 337.61º | 0.97% | 0.86% | - |
| HSV(B) | 337.61º | 0.26% | 1% | - |
| XYZ | 70.53 | 61.36 | 70.41 | - |
| YUV | 209.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 212 | 0 | 0.26 | 0.17 | 0.00 | 337.61 | 0.97 | 0.86 |
| Hex | FE | BB | D4 | 0 | 1A | 11 | 0 | 152 | 61 | 56 |
| Octal | 376 | 273 | 324 | 0 | 32 | 21 | 0 | 522 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11010100 | 0 | 11010 | 10001 | 0 | 101010010 | 1100001 | 1010110 |
Color Harmonies of #FEBBD4
Complementary color
Monochromatic Colors of #FEBBD4
Black with #FEBBD4
Text Example
Text Example
White with #FEBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBD4; }
p { color: rgb(254,187,212); }
H1.HeaderClassName
{
color: #FEBBD4;
}
.AnyTagClassName
{
color: #FEBBD4;
}
</style>
background-color css
<style>
a { background-color: #FEBBD4; }
a { background-color: rgb(254,187,212); }
div.DivClassName
{
background-color: #FEBBD4;
}
.BgClassName
{
background-color: #FEBBD4;
}
</style>
border-color css
<style>
span { border-color: #FEBBD4; }
span { border-color: rgb(254,187,212); }
td.TdClassName
{
border-color: #FEBBD4;
}
.TagClassName
{
border-color: #FEBBD4;
}
</style>