Shades of Cotton Candy #FEB5E1
Tints of Cotton Candy #FEB5E1
RGB
CMYK
RGB Variations
Color information
#FEB5E1 (or 0xFEB5E1) is known color: Cotton Candy. HEX triplet: FE, B5 and E1. RGB value is (254,181,225). Sum of RGB (Red+Green+Blue) = 254+181+225=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 181 (71.09% from 255 or 27.42% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5E1 is #014A1E. Grayscale: #CFCFCF. Windows color (decimal): -84511 or 14792190. OLE color: 14792190.
HSL color Cylindrical-coordinate representation of color #FEB5E1: hue angle of 323.84º 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 #FEB5E1 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 225 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.00 |
| HSL | 323.84º | 0.97% | 0.85% | - |
| HSV(B) | 323.84º | 0.29% | 1% | - |
| XYZ | 70.99 | 59.55 | 78.99 | - |
| YUV | 207.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 225 | 0 | 0.29 | 0.11 | 0.00 | 323.84 | 0.97 | 0.85 |
| Hex | FE | B5 | E1 | 0 | 1D | B | 0 | 144 | 61 | 55 |
| Octal | 376 | 265 | 341 | 0 | 35 | 13 | 0 | 504 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11100001 | 0 | 11101 | 1011 | 0 | 101000100 | 1100001 | 1010101 |
Color Harmonies of #FEB5E1
Complementary color
Monochromatic Colors of #FEB5E1
Black with #FEB5E1
Text Example
Text Example
White with #FEB5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5E1; }
p { color: rgb(254,181,225); }
H1.HeaderClassName
{
color: #FEB5E1;
}
.AnyTagClassName
{
color: #FEB5E1;
}
</style>
background-color css
<style>
a { background-color: #FEB5E1; }
a { background-color: rgb(254,181,225); }
div.DivClassName
{
background-color: #FEB5E1;
}
.BgClassName
{
background-color: #FEB5E1;
}
</style>
border-color css
<style>
span { border-color: #FEB5E1; }
span { border-color: rgb(254,181,225); }
td.TdClassName
{
border-color: #FEB5E1;
}
.TagClassName
{
border-color: #FEB5E1;
}
</style>