Shades of Cotton Candy #FEBACF
Tints of Cotton Candy #FEBACF
RGB
CMYK
RGB Variations
Color information
#FEBACF (or 0xFEBACF) is known color: Cotton Candy. HEX triplet: FE, BA and CF. RGB value is (254,186,207). Sum of RGB (Red+Green+Blue) = 254+186+207=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBACF is #014530. Grayscale: #D0D0D0. Windows color (decimal): -83249 or 13613822. OLE color: 13613822.
HSL color Cylindrical-coordinate representation of color #FEBACF: hue angle of 341.47º 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 #FEBACF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 207 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.00 |
| HSL | 341.47º | 0.97% | 0.86% | - |
| HSV(B) | 341.47º | 0.27% | 1% | - |
| XYZ | 69.69 | 60.69 | 67.07 | - |
| YUV | 208.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 207 | 0 | 0.27 | 0.19 | 0.00 | 341.47 | 0.97 | 0.86 |
| Hex | FE | BA | CF | 0 | 1B | 13 | 0 | 155 | 61 | 56 |
| Octal | 376 | 272 | 317 | 0 | 33 | 23 | 0 | 525 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11001111 | 0 | 11011 | 10011 | 0 | 101010101 | 1100001 | 1010110 |
Color Harmonies of #FEBACF
Complementary color
Monochromatic Colors of #FEBACF
Black with #FEBACF
Text Example
Text Example
White with #FEBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBACF; }
p { color: rgb(254,186,207); }
H1.HeaderClassName
{
color: #FEBACF;
}
.AnyTagClassName
{
color: #FEBACF;
}
</style>
background-color css
<style>
a { background-color: #FEBACF; }
a { background-color: rgb(254,186,207); }
div.DivClassName
{
background-color: #FEBACF;
}
.BgClassName
{
background-color: #FEBACF;
}
</style>
border-color css
<style>
span { border-color: #FEBACF; }
span { border-color: rgb(254,186,207); }
td.TdClassName
{
border-color: #FEBACF;
}
.TagClassName
{
border-color: #FEBACF;
}
</style>