Shades of Cotton Candy #FEB5E2
Tints of Cotton Candy #FEB5E2
RGB
CMYK
RGB Variations
Color information
#FEB5E2 (or 0xFEB5E2) is known color: Cotton Candy. HEX triplet: FE, B5 and E2. RGB value is (254,181,226). Sum of RGB (Red+Green+Blue) = 254+181+226=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5E2 is #014A1D. Grayscale: #CFCFCF. Windows color (decimal): -84510 or 14857726. OLE color: 14857726.
HSL color Cylindrical-coordinate representation of color #FEB5E2: hue angle of 323.01º 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 #FEB5E2 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 226 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.00 |
| HSL | 323.01º | 0.97% | 0.85% | - |
| HSV(B) | 323.01º | 0.29% | 1% | - |
| XYZ | 71.12 | 59.61 | 79.71 | - |
| YUV | 207.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 226 | 0 | 0.29 | 0.11 | 0.00 | 323.01 | 0.97 | 0.85 |
| Hex | FE | B5 | E2 | 0 | 1D | B | 0 | 143 | 61 | 55 |
| Octal | 376 | 265 | 342 | 0 | 35 | 13 | 0 | 503 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11100010 | 0 | 11101 | 1011 | 0 | 101000011 | 1100001 | 1010101 |
Color Harmonies of #FEB5E2
Complementary color
Monochromatic Colors of #FEB5E2
Black with #FEB5E2
Text Example
Text Example
White with #FEB5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5E2; }
p { color: rgb(254,181,226); }
H1.HeaderClassName
{
color: #FEB5E2;
}
.AnyTagClassName
{
color: #FEB5E2;
}
</style>
background-color css
<style>
a { background-color: #FEB5E2; }
a { background-color: rgb(254,181,226); }
div.DivClassName
{
background-color: #FEB5E2;
}
.BgClassName
{
background-color: #FEB5E2;
}
</style>
border-color css
<style>
span { border-color: #FEB5E2; }
span { border-color: rgb(254,181,226); }
td.TdClassName
{
border-color: #FEB5E2;
}
.TagClassName
{
border-color: #FEB5E2;
}
</style>