Shades of Cotton Candy #FEB9E3
Tints of Cotton Candy #FEB9E3
RGB
CMYK
RGB Variations
Color information
#FEB9E3 (or 0xFEB9E3) is known color: Cotton Candy. HEX triplet: FE, B9 and E3. RGB value is (254,185,227). Sum of RGB (Red+Green+Blue) = 254+185+227=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9E3 is #01461C. Grayscale: #D2D2D2. Windows color (decimal): -83485 or 14924286. OLE color: 14924286.
HSL color Cylindrical-coordinate representation of color #FEB9E3: hue angle of 323.48º 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 #FEB9E3 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 227 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.00 |
| HSL | 323.48º | 0.97% | 0.86% | - |
| HSV(B) | 323.48º | 0.27% | 1% | - |
| XYZ | 72.09 | 61.31 | 80.71 | - |
| YUV | 210.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 227 | 0 | 0.27 | 0.11 | 0.00 | 323.48 | 0.97 | 0.86 |
| Hex | FE | B9 | E3 | 0 | 1B | B | 0 | 143 | 61 | 56 |
| Octal | 376 | 271 | 343 | 0 | 33 | 13 | 0 | 503 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11100011 | 0 | 11011 | 1011 | 0 | 101000011 | 1100001 | 1010110 |
Color Harmonies of #FEB9E3
Complementary color
Monochromatic Colors of #FEB9E3
Black with #FEB9E3
Text Example
Text Example
White with #FEB9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9E3; }
p { color: rgb(254,185,227); }
H1.HeaderClassName
{
color: #FEB9E3;
}
.AnyTagClassName
{
color: #FEB9E3;
}
</style>
background-color css
<style>
a { background-color: #FEB9E3; }
a { background-color: rgb(254,185,227); }
div.DivClassName
{
background-color: #FEB9E3;
}
.BgClassName
{
background-color: #FEB9E3;
}
</style>
border-color css
<style>
span { border-color: #FEB9E3; }
span { border-color: rgb(254,185,227); }
td.TdClassName
{
border-color: #FEB9E3;
}
.TagClassName
{
border-color: #FEB9E3;
}
</style>