Shades of Cotton Candy #FEBCD9
Tints of Cotton Candy #FEBCD9
RGB
CMYK
RGB Variations
Color information
#FEBCD9 (or 0xFEBCD9) is known color: Cotton Candy. HEX triplet: FE, BC and D9. RGB value is (254,188,217). Sum of RGB (Red+Green+Blue) = 254+188+217=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD9 is #014326. Grayscale: #D2D2D2. Windows color (decimal): -82727 or 14269694. OLE color: 14269694.
HSL color Cylindrical-coordinate representation of color #FEBCD9: hue angle of 333.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCD9 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 217 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.00 |
| HSL | 333.64º | 0.97% | 0.87% | - |
| HSV(B) | 333.64º | 0.26% | 1% | - |
| XYZ | 71.38 | 62.05 | 73.86 | - |
| YUV | 211.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 217 | 0 | 0.26 | 0.15 | 0.00 | 333.64 | 0.97 | 0.87 |
| Hex | FE | BC | D9 | 0 | 1A | F | 0 | 14E | 61 | 57 |
| Octal | 376 | 274 | 331 | 0 | 32 | 17 | 0 | 516 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11011001 | 0 | 11010 | 1111 | 0 | 101001110 | 1100001 | 1010111 |
Color Harmonies of #FEBCD9
Complementary color
Monochromatic Colors of #FEBCD9
Black with #FEBCD9
Text Example
Text Example
White with #FEBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCD9; }
p { color: rgb(254,188,217); }
H1.HeaderClassName
{
color: #FEBCD9;
}
.AnyTagClassName
{
color: #FEBCD9;
}
</style>
background-color css
<style>
a { background-color: #FEBCD9; }
a { background-color: rgb(254,188,217); }
div.DivClassName
{
background-color: #FEBCD9;
}
.BgClassName
{
background-color: #FEBCD9;
}
</style>
border-color css
<style>
span { border-color: #FEBCD9; }
span { border-color: rgb(254,188,217); }
td.TdClassName
{
border-color: #FEBCD9;
}
.TagClassName
{
border-color: #FEBCD9;
}
</style>