Shades of Cotton Candy #FEB3CE
Tints of Cotton Candy #FEB3CE
RGB
CMYK
RGB Variations
Color information
#FEB3CE (or 0xFEB3CE) is known color: Cotton Candy. HEX triplet: FE, B3 and CE. RGB value is (254,179,206). Sum of RGB (Red+Green+Blue) = 254+179+206=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3CE is #014C31. Grayscale: #CCCCCC. Windows color (decimal): -85042 or 13546494. OLE color: 13546494.
HSL color Cylindrical-coordinate representation of color #FEB3CE: hue angle of 338.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB3CE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 206 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.00 |
| HSL | 338.4º | 0.97% | 0.85% | - |
| HSV(B) | 338.4º | 0.3% | 1% | - |
| XYZ | 68.13 | 57.77 | 65.95 | - |
| YUV | 204.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 206 | 0 | 0.30 | 0.19 | 0.00 | 338.4 | 0.97 | 0.85 |
| Hex | FE | B3 | CE | 0 | 1E | 13 | 0 | 152 | 61 | 55 |
| Octal | 376 | 263 | 316 | 0 | 36 | 23 | 0 | 522 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11001110 | 0 | 11110 | 10011 | 0 | 101010010 | 1100001 | 1010101 |
Color Harmonies of #FEB3CE
Complementary color
Monochromatic Colors of #FEB3CE
Black with #FEB3CE
Text Example
Text Example
White with #FEB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3CE; }
p { color: rgb(254,179,206); }
H1.HeaderClassName
{
color: #FEB3CE;
}
.AnyTagClassName
{
color: #FEB3CE;
}
</style>
background-color css
<style>
a { background-color: #FEB3CE; }
a { background-color: rgb(254,179,206); }
div.DivClassName
{
background-color: #FEB3CE;
}
.BgClassName
{
background-color: #FEB3CE;
}
</style>
border-color css
<style>
span { border-color: #FEB3CE; }
span { border-color: rgb(254,179,206); }
td.TdClassName
{
border-color: #FEB3CE;
}
.TagClassName
{
border-color: #FEB3CE;
}
</style>