Shades of Cotton Candy #FEBDD8
Tints of Cotton Candy #FEBDD8
RGB
CMYK
RGB Variations
Color information
#FEBDD8 (or 0xFEBDD8) is known color: Cotton Candy. HEX triplet: FE, BD and D8. RGB value is (254,189,216). Sum of RGB (Red+Green+Blue) = 254+189+216=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD8 is #014227. Grayscale: #D3D3D3. Windows color (decimal): -82472 or 14204414. OLE color: 14204414.
HSL color Cylindrical-coordinate representation of color #FEBDD8: hue angle of 335.08º 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 #FEBDD8 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 216 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.00 |
| HSL | 335.08º | 0.97% | 0.87% | - |
| HSV(B) | 335.08º | 0.26% | 1% | - |
| XYZ | 71.47 | 62.42 | 73.25 | - |
| YUV | 211.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 216 | 0 | 0.26 | 0.15 | 0.00 | 335.08 | 0.97 | 0.87 |
| Hex | FE | BD | D8 | 0 | 1A | F | 0 | 14F | 61 | 57 |
| Octal | 376 | 275 | 330 | 0 | 32 | 17 | 0 | 517 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11011000 | 0 | 11010 | 1111 | 0 | 101001111 | 1100001 | 1010111 |
Color Harmonies of #FEBDD8
Complementary color
Monochromatic Colors of #FEBDD8
Black with #FEBDD8
Text Example
Text Example
White with #FEBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDD8; }
p { color: rgb(254,189,216); }
H1.HeaderClassName
{
color: #FEBDD8;
}
.AnyTagClassName
{
color: #FEBDD8;
}
</style>
background-color css
<style>
a { background-color: #FEBDD8; }
a { background-color: rgb(254,189,216); }
div.DivClassName
{
background-color: #FEBDD8;
}
.BgClassName
{
background-color: #FEBDD8;
}
</style>
border-color css
<style>
span { border-color: #FEBDD8; }
span { border-color: rgb(254,189,216); }
td.TdClassName
{
border-color: #FEBDD8;
}
.TagClassName
{
border-color: #FEBDD8;
}
</style>