Shades of Cotton Candy #FEBEE0
Tints of Cotton Candy #FEBEE0
RGB
CMYK
RGB Variations
Color information
#FEBEE0 (or 0xFEBEE0) is known color: Cotton Candy. HEX triplet: FE, BE and E0. RGB value is (254,190,224). Sum of RGB (Red+Green+Blue) = 254+190+224=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEE0 is #01411F. Grayscale: #D4D4D4. Windows color (decimal): -82208 or 14728958. OLE color: 14728958.
HSL color Cylindrical-coordinate representation of color #FEBEE0: hue angle of 328.12º 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 #FEBEE0 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 224 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.00 |
| HSL | 328.13º | 0.97% | 0.87% | - |
| HSV(B) | 328.13º | 0.25% | 1% | - |
| XYZ | 72.74 | 63.28 | 78.9 | - |
| YUV | 213.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 224 | 0 | 0.25 | 0.12 | 0.00 | 328.13 | 0.97 | 0.87 |
| Hex | FE | BE | E0 | 0 | 19 | C | 0 | 148 | 61 | 57 |
| Octal | 376 | 276 | 340 | 0 | 31 | 14 | 0 | 510 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11100000 | 0 | 11001 | 1100 | 0 | 101001000 | 1100001 | 1010111 |
Color Harmonies of #FEBEE0
Complementary color
Monochromatic Colors of #FEBEE0
Black with #FEBEE0
Text Example
Text Example
White with #FEBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEE0; }
p { color: rgb(254,190,224); }
H1.HeaderClassName
{
color: #FEBEE0;
}
.AnyTagClassName
{
color: #FEBEE0;
}
</style>
background-color css
<style>
a { background-color: #FEBEE0; }
a { background-color: rgb(254,190,224); }
div.DivClassName
{
background-color: #FEBEE0;
}
.BgClassName
{
background-color: #FEBEE0;
}
</style>
border-color css
<style>
span { border-color: #FEBEE0; }
span { border-color: rgb(254,190,224); }
td.TdClassName
{
border-color: #FEBEE0;
}
.TagClassName
{
border-color: #FEBEE0;
}
</style>