Shades of Cotton Candy #FEB7CE
Tints of Cotton Candy #FEB7CE
RGB
CMYK
RGB Variations
Color information
#FEB7CE (or 0xFEB7CE) is known color: Cotton Candy. HEX triplet: FE, B7 and CE. RGB value is (254,183,206). Sum of RGB (Red+Green+Blue) = 254+183+206=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7CE is #014831. Grayscale: #CECECE. Windows color (decimal): -84018 or 13547518. OLE color: 13547518.
HSL color Cylindrical-coordinate representation of color #FEB7CE: hue angle of 340.56º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7CE is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 206 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.00 |
| HSL | 340.56º | 0.97% | 0.86% | - |
| HSV(B) | 340.56º | 0.28% | 1% | - |
| XYZ | 68.95 | 59.39 | 66.22 | - |
| YUV | 206.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 206 | 0 | 0.28 | 0.19 | 0.00 | 340.56 | 0.97 | 0.86 |
| Hex | FE | B7 | CE | 0 | 1C | 13 | 0 | 155 | 61 | 56 |
| Octal | 376 | 267 | 316 | 0 | 34 | 23 | 0 | 525 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11001110 | 0 | 11100 | 10011 | 0 | 101010101 | 1100001 | 1010110 |
Color Harmonies of #FEB7CE
Complementary color
Monochromatic Colors of #FEB7CE
Black with #FEB7CE
Text Example
Text Example
White with #FEB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7CE; }
p { color: rgb(254,183,206); }
H1.HeaderClassName
{
color: #FEB7CE;
}
.AnyTagClassName
{
color: #FEB7CE;
}
</style>
background-color css
<style>
a { background-color: #FEB7CE; }
a { background-color: rgb(254,183,206); }
div.DivClassName
{
background-color: #FEB7CE;
}
.BgClassName
{
background-color: #FEB7CE;
}
</style>
border-color css
<style>
span { border-color: #FEB7CE; }
span { border-color: rgb(254,183,206); }
td.TdClassName
{
border-color: #FEB7CE;
}
.TagClassName
{
border-color: #FEB7CE;
}
</style>