Shades of Cotton Candy #FEB6E1
Tints of Cotton Candy #FEB6E1
RGB
CMYK
RGB Variations
Color information
#FEB6E1 (or 0xFEB6E1) is known color: Cotton Candy. HEX triplet: FE, B6 and E1. RGB value is (254,182,225). Sum of RGB (Red+Green+Blue) = 254+182+225=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 182 (71.48% from 255 or 27.53% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6E1 is #01491E. Grayscale: #D0D0D0. Windows color (decimal): -84255 or 14792446. OLE color: 14792446.
HSL color Cylindrical-coordinate representation of color #FEB6E1: hue angle of 324.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6E1 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 225 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.00 |
| HSL | 324.17º | 0.97% | 0.85% | - |
| HSV(B) | 324.17º | 0.28% | 1% | - |
| XYZ | 71.19 | 59.96 | 79.06 | - |
| YUV | 208.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 225 | 0 | 0.28 | 0.11 | 0.00 | 324.17 | 0.97 | 0.85 |
| Hex | FE | B6 | E1 | 0 | 1C | B | 0 | 144 | 61 | 55 |
| Octal | 376 | 266 | 341 | 0 | 34 | 13 | 0 | 504 | 141 | 125 |
| Binary | 11111110 | 10110110 | 11100001 | 0 | 11100 | 1011 | 0 | 101000100 | 1100001 | 1010101 |
Color Harmonies of #FEB6E1
Complementary color
Monochromatic Colors of #FEB6E1
Black with #FEB6E1
Text Example
Text Example
White with #FEB6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6E1; }
p { color: rgb(254,182,225); }
H1.HeaderClassName
{
color: #FEB6E1;
}
.AnyTagClassName
{
color: #FEB6E1;
}
</style>
background-color css
<style>
a { background-color: #FEB6E1; }
a { background-color: rgb(254,182,225); }
div.DivClassName
{
background-color: #FEB6E1;
}
.BgClassName
{
background-color: #FEB6E1;
}
</style>
border-color css
<style>
span { border-color: #FEB6E1; }
span { border-color: rgb(254,182,225); }
td.TdClassName
{
border-color: #FEB6E1;
}
.TagClassName
{
border-color: #FEB6E1;
}
</style>