Shades of Cotton Candy #FEBAE2
Tints of Cotton Candy #FEBAE2
RGB
CMYK
RGB Variations
Color information
#FEBAE2 (or 0xFEBAE2) is known color: Cotton Candy. HEX triplet: FE, BA and E2. RGB value is (254,186,226). Sum of RGB (Red+Green+Blue) = 254+186+226=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAE2 is #01451D. Grayscale: #D2D2D2. Windows color (decimal): -83230 or 14859006. OLE color: 14859006.
HSL color Cylindrical-coordinate representation of color #FEBAE2: hue angle of 324.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAE2 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 226 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.00 |
| HSL | 324.71º | 0.97% | 0.86% | - |
| HSV(B) | 324.71º | 0.27% | 1% | - |
| XYZ | 72.16 | 61.68 | 80.05 | - |
| YUV | 210.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 226 | 0 | 0.27 | 0.11 | 0.00 | 324.71 | 0.97 | 0.86 |
| Hex | FE | BA | E2 | 0 | 1B | B | 0 | 145 | 61 | 56 |
| Octal | 376 | 272 | 342 | 0 | 33 | 13 | 0 | 505 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11100010 | 0 | 11011 | 1011 | 0 | 101000101 | 1100001 | 1010110 |
Color Harmonies of #FEBAE2
Complementary color
Monochromatic Colors of #FEBAE2
Black with #FEBAE2
Text Example
Text Example
White with #FEBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAE2; }
p { color: rgb(254,186,226); }
H1.HeaderClassName
{
color: #FEBAE2;
}
.AnyTagClassName
{
color: #FEBAE2;
}
</style>
background-color css
<style>
a { background-color: #FEBAE2; }
a { background-color: rgb(254,186,226); }
div.DivClassName
{
background-color: #FEBAE2;
}
.BgClassName
{
background-color: #FEBAE2;
}
</style>
border-color css
<style>
span { border-color: #FEBAE2; }
span { border-color: rgb(254,186,226); }
td.TdClassName
{
border-color: #FEBAE2;
}
.TagClassName
{
border-color: #FEBAE2;
}
</style>