Shades of Cotton Candy #FEB6CE
Tints of Cotton Candy #FEB6CE
RGB
CMYK
RGB Variations
Color information
#FEB6CE (or 0xFEB6CE) is known color: Cotton Candy. HEX triplet: FE, B6 and CE. RGB value is (254,182,206). Sum of RGB (Red+Green+Blue) = 254+182+206=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6CE is #014931. Grayscale: #CECECE. Windows color (decimal): -84274 or 13547262. OLE color: 13547262.
HSL color Cylindrical-coordinate representation of color #FEB6CE: hue angle of 340º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6CE is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 206 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.00 |
| HSL | 340º | 0.97% | 0.85% | - |
| HSV(B) | 340º | 0.28% | 1% | - |
| XYZ | 68.74 | 58.98 | 66.15 | - |
| YUV | 206.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 206 | 0 | 0.28 | 0.19 | 0.00 | 340 | 0.97 | 0.85 |
| Hex | FE | B6 | CE | 0 | 1C | 13 | 0 | 154 | 61 | 55 |
| Octal | 376 | 266 | 316 | 0 | 34 | 23 | 0 | 524 | 141 | 125 |
| Binary | 11111110 | 10110110 | 11001110 | 0 | 11100 | 10011 | 0 | 101010100 | 1100001 | 1010101 |
Color Harmonies of #FEB6CE
Complementary color
Monochromatic Colors of #FEB6CE
Black with #FEB6CE
Text Example
Text Example
White with #FEB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6CE; }
p { color: rgb(254,182,206); }
H1.HeaderClassName
{
color: #FEB6CE;
}
.AnyTagClassName
{
color: #FEB6CE;
}
</style>
background-color css
<style>
a { background-color: #FEB6CE; }
a { background-color: rgb(254,182,206); }
div.DivClassName
{
background-color: #FEB6CE;
}
.BgClassName
{
background-color: #FEB6CE;
}
</style>
border-color css
<style>
span { border-color: #FEB6CE; }
span { border-color: rgb(254,182,206); }
td.TdClassName
{
border-color: #FEB6CE;
}
.TagClassName
{
border-color: #FEB6CE;
}
</style>