Shades of Cotton Candy #FEBADD
Tints of Cotton Candy #FEBADD
RGB
CMYK
RGB Variations
Color information
#FEBADD (or 0xFEBADD) is known color: Cotton Candy. HEX triplet: FE, BA and DD. RGB value is (254,186,221). Sum of RGB (Red+Green+Blue) = 254+186+221=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBADD is #014522. Grayscale: #D2D2D2. Windows color (decimal): -83235 or 14531326. OLE color: 14531326.
HSL color Cylindrical-coordinate representation of color #FEBADD: hue angle of 329.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBADD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 221 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.00 |
| HSL | 329.12º | 0.97% | 0.86% | - |
| HSV(B) | 329.12º | 0.27% | 1% | - |
| XYZ | 71.48 | 61.41 | 76.49 | - |
| YUV | 210.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 221 | 0 | 0.27 | 0.13 | 0.00 | 329.12 | 0.97 | 0.86 |
| Hex | FE | BA | DD | 0 | 1B | D | 0 | 149 | 61 | 56 |
| Octal | 376 | 272 | 335 | 0 | 33 | 15 | 0 | 511 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11011101 | 0 | 11011 | 1101 | 0 | 101001001 | 1100001 | 1010110 |
Color Harmonies of #FEBADD
Complementary color
Monochromatic Colors of #FEBADD
Black with #FEBADD
Text Example
Text Example
White with #FEBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBADD; }
p { color: rgb(254,186,221); }
H1.HeaderClassName
{
color: #FEBADD;
}
.AnyTagClassName
{
color: #FEBADD;
}
</style>
background-color css
<style>
a { background-color: #FEBADD; }
a { background-color: rgb(254,186,221); }
div.DivClassName
{
background-color: #FEBADD;
}
.BgClassName
{
background-color: #FEBADD;
}
</style>
border-color css
<style>
span { border-color: #FEBADD; }
span { border-color: rgb(254,186,221); }
td.TdClassName
{
border-color: #FEBADD;
}
.TagClassName
{
border-color: #FEBADD;
}
</style>