Shades of Cotton Candy #FEB9E4
Tints of Cotton Candy #FEB9E4
RGB
CMYK
RGB Variations
Color information
#FEB9E4 (or 0xFEB9E4) is known color: Cotton Candy. HEX triplet: FE, B9 and E4. RGB value is (254,185,228). Sum of RGB (Red+Green+Blue) = 254+185+228=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9E4 is #01461B. Grayscale: #D2D2D2. Windows color (decimal): -83484 or 14989822. OLE color: 14989822.
HSL color Cylindrical-coordinate representation of color #FEB9E4: hue angle of 322.61º 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 #FEB9E4 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 228 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.00 |
| HSL | 322.61º | 0.97% | 0.86% | - |
| HSV(B) | 322.61º | 0.27% | 1% | - |
| XYZ | 72.23 | 61.37 | 81.44 | - |
| YUV | 210.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 228 | 0 | 0.27 | 0.10 | 0.00 | 322.61 | 0.97 | 0.86 |
| Hex | FE | B9 | E4 | 0 | 1B | A | 0 | 143 | 61 | 56 |
| Octal | 376 | 271 | 344 | 0 | 33 | 12 | 0 | 503 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11100100 | 0 | 11011 | 1010 | 0 | 101000011 | 1100001 | 1010110 |
Color Harmonies of #FEB9E4
Complementary color
Monochromatic Colors of #FEB9E4
Black with #FEB9E4
Text Example
Text Example
White with #FEB9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9E4; }
p { color: rgb(254,185,228); }
H1.HeaderClassName
{
color: #FEB9E4;
}
.AnyTagClassName
{
color: #FEB9E4;
}
</style>
background-color css
<style>
a { background-color: #FEB9E4; }
a { background-color: rgb(254,185,228); }
div.DivClassName
{
background-color: #FEB9E4;
}
.BgClassName
{
background-color: #FEB9E4;
}
</style>
border-color css
<style>
span { border-color: #FEB9E4; }
span { border-color: rgb(254,185,228); }
td.TdClassName
{
border-color: #FEB9E4;
}
.TagClassName
{
border-color: #FEB9E4;
}
</style>