Shades of Cotton Candy #FFBAE2
Tints of Cotton Candy #FFBAE2
RGB
CMYK
RGB Variations
Color information
#FFBAE2 (or 0xFFBAE2) is known color: Cotton Candy. HEX triplet: FF, BA and E2. RGB value is (255,186,226). Sum of RGB (Red+Green+Blue) = 255+186+226=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAE2 is #00451D. Grayscale: #D3D3D3. Windows color (decimal): -17694 or 14859007. OLE color: 14859007.
HSL color Cylindrical-coordinate representation of color #FFBAE2: hue angle of 325.22º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBAE2 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 226 | - |
| CMYK | 0 | 0.27 | 0.11 | 0 |
| HSL | 325.22º | 1% | 0.86% | - |
| HSV(B) | 325.22º | 0.27% | 1% | - |
| XYZ | 72.53 | 61.87 | 80.07 | - |
| YUV | 211.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 226 | 0 | 0.27 | 0.11 | 0 | 325.22 | 1 | 0.86 |
| Hex | FF | BA | E2 | 0 | 1B | B | 0 | 145 | 64 | 56 |
| Octal | 377 | 272 | 342 | 0 | 33 | 13 | 0 | 505 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11100010 | 0 | 11011 | 1011 | 0 | 101000101 | 1100100 | 1010110 |
Color Harmonies of #FFBAE2
Complementary color
Monochromatic Colors of #FFBAE2
Black with #FFBAE2
Text Example
Text Example
White with #FFBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAE2; }
p { color: rgb(255,186,226); }
H1.HeaderClassName
{
color: #FFBAE2;
}
.AnyTagClassName
{
color: #FFBAE2;
}
</style>
background-color css
<style>
a { background-color: #FFBAE2; }
a { background-color: rgb(255,186,226); }
div.DivClassName
{
background-color: #FFBAE2;
}
.BgClassName
{
background-color: #FFBAE2;
}
</style>
border-color css
<style>
span { border-color: #FFBAE2; }
span { border-color: rgb(255,186,226); }
td.TdClassName
{
border-color: #FFBAE2;
}
.TagClassName
{
border-color: #FFBAE2;
}
</style>