Shades of Cotton Candy #FEBADF
Tints of Cotton Candy #FEBADF
RGB
CMYK
RGB Variations
Color information
#FEBADF (or 0xFEBADF) is known color: Cotton Candy. HEX triplet: FE, BA and DF. RGB value is (254,186,223). Sum of RGB (Red+Green+Blue) = 254+186+223=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBADF is #014520. Grayscale: #D2D2D2. Windows color (decimal): -83233 or 14662398. OLE color: 14662398.
HSL color Cylindrical-coordinate representation of color #FEBADF: hue angle of 327.35º 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 #FEBADF is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 223 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.00 |
| HSL | 327.35º | 0.97% | 0.86% | - |
| HSV(B) | 327.35º | 0.27% | 1% | - |
| XYZ | 71.75 | 61.52 | 77.9 | - |
| YUV | 210.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 223 | 0 | 0.27 | 0.12 | 0.00 | 327.35 | 0.97 | 0.86 |
| Hex | FE | BA | DF | 0 | 1B | C | 0 | 147 | 61 | 56 |
| Octal | 376 | 272 | 337 | 0 | 33 | 14 | 0 | 507 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11011111 | 0 | 11011 | 1100 | 0 | 101000111 | 1100001 | 1010110 |
Color Harmonies of #FEBADF
Complementary color
Monochromatic Colors of #FEBADF
Black with #FEBADF
Text Example
Text Example
White with #FEBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBADF; }
p { color: rgb(254,186,223); }
H1.HeaderClassName
{
color: #FEBADF;
}
.AnyTagClassName
{
color: #FEBADF;
}
</style>
background-color css
<style>
a { background-color: #FEBADF; }
a { background-color: rgb(254,186,223); }
div.DivClassName
{
background-color: #FEBADF;
}
.BgClassName
{
background-color: #FEBADF;
}
</style>
border-color css
<style>
span { border-color: #FEBADF; }
span { border-color: rgb(254,186,223); }
td.TdClassName
{
border-color: #FEBADF;
}
.TagClassName
{
border-color: #FEBADF;
}
</style>