Shades of Cotton Candy #FEB5CE
Tints of Cotton Candy #FEB5CE
RGB
CMYK
RGB Variations
Color information
#FEB5CE (or 0xFEB5CE) is known color: Cotton Candy. HEX triplet: FE, B5 and CE. RGB value is (254,181,206). Sum of RGB (Red+Green+Blue) = 254+181+206=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5CE is #014A31. Grayscale: #CDCDCD. Windows color (decimal): -84530 or 13547006. OLE color: 13547006.
HSL color Cylindrical-coordinate representation of color #FEB5CE: hue angle of 339.45º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5CE is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 206 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.00 |
| HSL | 339.45º | 0.97% | 0.85% | - |
| HSV(B) | 339.45º | 0.29% | 1% | - |
| XYZ | 68.54 | 58.57 | 66.09 | - |
| YUV | 205.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 206 | 0 | 0.29 | 0.19 | 0.00 | 339.45 | 0.97 | 0.85 |
| Hex | FE | B5 | CE | 0 | 1D | 13 | 0 | 153 | 61 | 55 |
| Octal | 376 | 265 | 316 | 0 | 35 | 23 | 0 | 523 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11001110 | 0 | 11101 | 10011 | 0 | 101010011 | 1100001 | 1010101 |
Color Harmonies of #FEB5CE
Complementary color
Monochromatic Colors of #FEB5CE
Black with #FEB5CE
Text Example
Text Example
White with #FEB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5CE; }
p { color: rgb(254,181,206); }
H1.HeaderClassName
{
color: #FEB5CE;
}
.AnyTagClassName
{
color: #FEB5CE;
}
</style>
background-color css
<style>
a { background-color: #FEB5CE; }
a { background-color: rgb(254,181,206); }
div.DivClassName
{
background-color: #FEB5CE;
}
.BgClassName
{
background-color: #FEB5CE;
}
</style>
border-color css
<style>
span { border-color: #FEB5CE; }
span { border-color: rgb(254,181,206); }
td.TdClassName
{
border-color: #FEB5CE;
}
.TagClassName
{
border-color: #FEB5CE;
}
</style>