Shades of Cotton Candy #FEBADC
Tints of Cotton Candy #FEBADC
RGB
CMYK
RGB Variations
Color information
#FEBADC (or 0xFEBADC) is known color: Cotton Candy. HEX triplet: FE, BA and DC. RGB value is (254,186,220). Sum of RGB (Red+Green+Blue) = 254+186+220=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBADC is #014523. Grayscale: #D2D2D2. Windows color (decimal): -83236 or 14465790. OLE color: 14465790.
HSL color Cylindrical-coordinate representation of color #FEBADC: hue angle of 330º 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 #FEBADC is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 220 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.00 |
| HSL | 330º | 0.97% | 0.86% | - |
| HSV(B) | 330º | 0.27% | 1% | - |
| XYZ | 71.35 | 61.36 | 75.79 | - |
| YUV | 210.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 220 | 0 | 0.27 | 0.13 | 0.00 | 330 | 0.97 | 0.86 |
| Hex | FE | BA | DC | 0 | 1B | D | 0 | 14A | 61 | 56 |
| Octal | 376 | 272 | 334 | 0 | 33 | 15 | 0 | 512 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11011100 | 0 | 11011 | 1101 | 0 | 101001010 | 1100001 | 1010110 |
Color Harmonies of #FEBADC
Complementary color
Monochromatic Colors of #FEBADC
Black with #FEBADC
Text Example
Text Example
White with #FEBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBADC; }
p { color: rgb(254,186,220); }
H1.HeaderClassName
{
color: #FEBADC;
}
.AnyTagClassName
{
color: #FEBADC;
}
</style>
background-color css
<style>
a { background-color: #FEBADC; }
a { background-color: rgb(254,186,220); }
div.DivClassName
{
background-color: #FEBADC;
}
.BgClassName
{
background-color: #FEBADC;
}
</style>
border-color css
<style>
span { border-color: #FEBADC; }
span { border-color: rgb(254,186,220); }
td.TdClassName
{
border-color: #FEBADC;
}
.TagClassName
{
border-color: #FEBADC;
}
</style>