Shades of Cotton Candy #FEB9D3
Tints of Cotton Candy #FEB9D3
RGB
CMYK
RGB Variations
Color information
#FEB9D3 (or 0xFEB9D3) is known color: Cotton Candy. HEX triplet: FE, B9 and D3. RGB value is (254,185,211). Sum of RGB (Red+Green+Blue) = 254+185+211=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9D3 is #01462C. Grayscale: #D0D0D0. Windows color (decimal): -83501 or 13875710. OLE color: 13875710.
HSL color Cylindrical-coordinate representation of color #FEB9D3: hue angle of 337.39º 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 #FEB9D3 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 211 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.00 |
| HSL | 337.39º | 0.97% | 0.86% | - |
| HSV(B) | 337.39º | 0.27% | 1% | - |
| XYZ | 69.98 | 60.47 | 69.61 | - |
| YUV | 208.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 211 | 0 | 0.27 | 0.17 | 0.00 | 337.39 | 0.97 | 0.86 |
| Hex | FE | B9 | D3 | 0 | 1B | 11 | 0 | 151 | 61 | 56 |
| Octal | 376 | 271 | 323 | 0 | 33 | 21 | 0 | 521 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11010011 | 0 | 11011 | 10001 | 0 | 101010001 | 1100001 | 1010110 |
Color Harmonies of #FEB9D3
Complementary color
Monochromatic Colors of #FEB9D3
Black with #FEB9D3
Text Example
Text Example
White with #FEB9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9D3; }
p { color: rgb(254,185,211); }
H1.HeaderClassName
{
color: #FEB9D3;
}
.AnyTagClassName
{
color: #FEB9D3;
}
</style>
background-color css
<style>
a { background-color: #FEB9D3; }
a { background-color: rgb(254,185,211); }
div.DivClassName
{
background-color: #FEB9D3;
}
.BgClassName
{
background-color: #FEB9D3;
}
</style>
border-color css
<style>
span { border-color: #FEB9D3; }
span { border-color: rgb(254,185,211); }
td.TdClassName
{
border-color: #FEB9D3;
}
.TagClassName
{
border-color: #FEB9D3;
}
</style>