Shades of Cotton Candy #FEB5E0
Tints of Cotton Candy #FEB5E0
RGB
CMYK
RGB Variations
Color information
#FEB5E0 (or 0xFEB5E0) is known color: Cotton Candy. HEX triplet: FE, B5 and E0. RGB value is (254,181,224). Sum of RGB (Red+Green+Blue) = 254+181+224=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5E0 is #014A1F. Grayscale: #CFCFCF. Windows color (decimal): -84512 or 14726654. OLE color: 14726654.
HSL color Cylindrical-coordinate representation of color #FEB5E0: hue angle of 324.66º 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 #FEB5E0 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 224 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.00 |
| HSL | 324.66º | 0.97% | 0.85% | - |
| HSV(B) | 324.66º | 0.29% | 1% | - |
| XYZ | 70.85 | 59.5 | 78.27 | - |
| YUV | 207.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 224 | 0 | 0.29 | 0.12 | 0.00 | 324.66 | 0.97 | 0.85 |
| Hex | FE | B5 | E0 | 0 | 1D | C | 0 | 145 | 61 | 55 |
| Octal | 376 | 265 | 340 | 0 | 35 | 14 | 0 | 505 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11100000 | 0 | 11101 | 1100 | 0 | 101000101 | 1100001 | 1010101 |
Color Harmonies of #FEB5E0
Complementary color
Monochromatic Colors of #FEB5E0
Black with #FEB5E0
Text Example
Text Example
White with #FEB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5E0; }
p { color: rgb(254,181,224); }
H1.HeaderClassName
{
color: #FEB5E0;
}
.AnyTagClassName
{
color: #FEB5E0;
}
</style>
background-color css
<style>
a { background-color: #FEB5E0; }
a { background-color: rgb(254,181,224); }
div.DivClassName
{
background-color: #FEB5E0;
}
.BgClassName
{
background-color: #FEB5E0;
}
</style>
border-color css
<style>
span { border-color: #FEB5E0; }
span { border-color: rgb(254,181,224); }
td.TdClassName
{
border-color: #FEB5E0;
}
.TagClassName
{
border-color: #FEB5E0;
}
</style>