Shades of Cotton Candy #FEBAE1
Tints of Cotton Candy #FEBAE1
RGB
CMYK
RGB Variations
Color information
#FEBAE1 (or 0xFEBAE1) is known color: Cotton Candy. HEX triplet: FE, BA and E1. RGB value is (254,186,225). Sum of RGB (Red+Green+Blue) = 254+186+225=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAE1 is #01451E. Grayscale: #D2D2D2. Windows color (decimal): -83231 or 14793470. OLE color: 14793470.
HSL color Cylindrical-coordinate representation of color #FEBAE1: hue angle of 325.59º 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 #FEBAE1 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 225 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.00 |
| HSL | 325.59º | 0.97% | 0.86% | - |
| HSV(B) | 325.59º | 0.27% | 1% | - |
| XYZ | 72.02 | 61.62 | 79.33 | - |
| YUV | 210.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 225 | 0 | 0.27 | 0.11 | 0.00 | 325.59 | 0.97 | 0.86 |
| Hex | FE | BA | E1 | 0 | 1B | B | 0 | 146 | 61 | 56 |
| Octal | 376 | 272 | 341 | 0 | 33 | 13 | 0 | 506 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11100001 | 0 | 11011 | 1011 | 0 | 101000110 | 1100001 | 1010110 |
Color Harmonies of #FEBAE1
Complementary color
Monochromatic Colors of #FEBAE1
Black with #FEBAE1
Text Example
Text Example
White with #FEBAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAE1; }
p { color: rgb(254,186,225); }
H1.HeaderClassName
{
color: #FEBAE1;
}
.AnyTagClassName
{
color: #FEBAE1;
}
</style>
background-color css
<style>
a { background-color: #FEBAE1; }
a { background-color: rgb(254,186,225); }
div.DivClassName
{
background-color: #FEBAE1;
}
.BgClassName
{
background-color: #FEBAE1;
}
</style>
border-color css
<style>
span { border-color: #FEBAE1; }
span { border-color: rgb(254,186,225); }
td.TdClassName
{
border-color: #FEBAE1;
}
.TagClassName
{
border-color: #FEBAE1;
}
</style>