Shades of Cotton Candy #FEBEE1
Tints of Cotton Candy #FEBEE1
RGB
CMYK
RGB Variations
Color information
#FEBEE1 (or 0xFEBEE1) is known color: Cotton Candy. HEX triplet: FE, BE and E1. RGB value is (254,190,225). Sum of RGB (Red+Green+Blue) = 254+190+225=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEE1 is #01411E. Grayscale: #D5D5D5. Windows color (decimal): -82207 or 14794494. OLE color: 14794494.
HSL color Cylindrical-coordinate representation of color #FEBEE1: hue angle of 327.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBEE1 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 225 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.00 |
| HSL | 327.19º | 0.97% | 0.87% | - |
| HSV(B) | 327.19º | 0.25% | 1% | - |
| XYZ | 72.88 | 63.33 | 79.62 | - |
| YUV | 213.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 225 | 0 | 0.25 | 0.11 | 0.00 | 327.19 | 0.97 | 0.87 |
| Hex | FE | BE | E1 | 0 | 19 | B | 0 | 147 | 61 | 57 |
| Octal | 376 | 276 | 341 | 0 | 31 | 13 | 0 | 507 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11100001 | 0 | 11001 | 1011 | 0 | 101000111 | 1100001 | 1010111 |
Color Harmonies of #FEBEE1
Complementary color
Monochromatic Colors of #FEBEE1
Black with #FEBEE1
Text Example
Text Example
White with #FEBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEE1; }
p { color: rgb(254,190,225); }
H1.HeaderClassName
{
color: #FEBEE1;
}
.AnyTagClassName
{
color: #FEBEE1;
}
</style>
background-color css
<style>
a { background-color: #FEBEE1; }
a { background-color: rgb(254,190,225); }
div.DivClassName
{
background-color: #FEBEE1;
}
.BgClassName
{
background-color: #FEBEE1;
}
</style>
border-color css
<style>
span { border-color: #FEBEE1; }
span { border-color: rgb(254,190,225); }
td.TdClassName
{
border-color: #FEBEE1;
}
.TagClassName
{
border-color: #FEBEE1;
}
</style>