Shades of Cotton Candy #FFBAE3
Tints of Cotton Candy #FFBAE3
RGB
CMYK
RGB Variations
Color information
#FFBAE3 (or 0xFFBAE3) is known color: Cotton Candy. HEX triplet: FF, BA and E3. RGB value is (255,186,227). Sum of RGB (Red+Green+Blue) = 255+186+227=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAE3 is #00451C. Grayscale: #D3D3D3. Windows color (decimal): -17693 or 14924543. OLE color: 14924543.
HSL color Cylindrical-coordinate representation of color #FFBAE3: hue angle of 324.35º 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 #FFBAE3 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 227 | - |
| CMYK | 0 | 0.27 | 0.11 | 0 |
| HSL | 324.35º | 1% | 0.86% | - |
| HSV(B) | 324.35º | 0.27% | 1% | - |
| XYZ | 72.66 | 61.92 | 80.8 | - |
| YUV | 211.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 227 | 0 | 0.27 | 0.11 | 0 | 324.35 | 1 | 0.86 |
| Hex | FF | BA | E3 | 0 | 1B | B | 0 | 144 | 64 | 56 |
| Octal | 377 | 272 | 343 | 0 | 33 | 13 | 0 | 504 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11100011 | 0 | 11011 | 1011 | 0 | 101000100 | 1100100 | 1010110 |
Color Harmonies of #FFBAE3
Complementary color
Monochromatic Colors of #FFBAE3
Black with #FFBAE3
Text Example
Text Example
White with #FFBAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAE3; }
p { color: rgb(255,186,227); }
H1.HeaderClassName
{
color: #FFBAE3;
}
.AnyTagClassName
{
color: #FFBAE3;
}
</style>
background-color css
<style>
a { background-color: #FFBAE3; }
a { background-color: rgb(255,186,227); }
div.DivClassName
{
background-color: #FFBAE3;
}
.BgClassName
{
background-color: #FFBAE3;
}
</style>
border-color css
<style>
span { border-color: #FFBAE3; }
span { border-color: rgb(255,186,227); }
td.TdClassName
{
border-color: #FFBAE3;
}
.TagClassName
{
border-color: #FFBAE3;
}
</style>