Shades of Cotton Candy #FEBDE1
Tints of Cotton Candy #FEBDE1
RGB
CMYK
RGB Variations
Color information
#FEBDE1 (or 0xFEBDE1) is known color: Cotton Candy. HEX triplet: FE, BD and E1. RGB value is (254,189,225). Sum of RGB (Red+Green+Blue) = 254+189+225=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDE1 is #01421E. Grayscale: #D4D4D4. Windows color (decimal): -82463 or 14794238. OLE color: 14794238.
HSL color Cylindrical-coordinate representation of color #FEBDE1: hue angle of 326.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBDE1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 225 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.00 |
| HSL | 326.77º | 0.97% | 0.87% | - |
| HSV(B) | 326.77º | 0.26% | 1% | - |
| XYZ | 72.66 | 62.9 | 79.55 | - |
| YUV | 212.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 225 | 0 | 0.26 | 0.11 | 0.00 | 326.77 | 0.97 | 0.87 |
| Hex | FE | BD | E1 | 0 | 1A | B | 0 | 147 | 61 | 57 |
| Octal | 376 | 275 | 341 | 0 | 32 | 13 | 0 | 507 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11100001 | 0 | 11010 | 1011 | 0 | 101000111 | 1100001 | 1010111 |
Color Harmonies of #FEBDE1
Complementary color
Monochromatic Colors of #FEBDE1
Black with #FEBDE1
Text Example
Text Example
White with #FEBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDE1; }
p { color: rgb(254,189,225); }
H1.HeaderClassName
{
color: #FEBDE1;
}
.AnyTagClassName
{
color: #FEBDE1;
}
</style>
background-color css
<style>
a { background-color: #FEBDE1; }
a { background-color: rgb(254,189,225); }
div.DivClassName
{
background-color: #FEBDE1;
}
.BgClassName
{
background-color: #FEBDE1;
}
</style>
border-color css
<style>
span { border-color: #FEBDE1; }
span { border-color: rgb(254,189,225); }
td.TdClassName
{
border-color: #FEBDE1;
}
.TagClassName
{
border-color: #FEBDE1;
}
</style>