Shades of Cotton Candy #FFBAE5
Tints of Cotton Candy #FFBAE5
RGB
CMYK
RGB Variations
Color information
#FFBAE5 (or 0xFFBAE5) is known color: Cotton Candy. HEX triplet: FF, BA and E5. RGB value is (255,186,229). Sum of RGB (Red+Green+Blue) = 255+186+229=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAE5 is #00451A. Grayscale: #D3D3D3. Windows color (decimal): -17691 or 15055615. OLE color: 15055615.
HSL color Cylindrical-coordinate representation of color #FFBAE5: hue angle of 322.61º 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 #FFBAE5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 229 | - |
| CMYK | 0 | 0.27 | 0.10 | 0 |
| HSL | 322.61º | 1% | 0.86% | - |
| HSV(B) | 322.61º | 0.27% | 1% | - |
| XYZ | 72.94 | 62.03 | 82.26 | - |
| YUV | 211.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 229 | 0 | 0.27 | 0.10 | 0 | 322.61 | 1 | 0.86 |
| Hex | FF | BA | E5 | 0 | 1B | A | 0 | 143 | 64 | 56 |
| Octal | 377 | 272 | 345 | 0 | 33 | 12 | 0 | 503 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11100101 | 0 | 11011 | 1010 | 0 | 101000011 | 1100100 | 1010110 |
Color Harmonies of #FFBAE5
Complementary color
Monochromatic Colors of #FFBAE5
Black with #FFBAE5
Text Example
Text Example
White with #FFBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAE5; }
p { color: rgb(255,186,229); }
H1.HeaderClassName
{
color: #FFBAE5;
}
.AnyTagClassName
{
color: #FFBAE5;
}
</style>
background-color css
<style>
a { background-color: #FFBAE5; }
a { background-color: rgb(255,186,229); }
div.DivClassName
{
background-color: #FFBAE5;
}
.BgClassName
{
background-color: #FFBAE5;
}
</style>
border-color css
<style>
span { border-color: #FFBAE5; }
span { border-color: rgb(255,186,229); }
td.TdClassName
{
border-color: #FFBAE5;
}
.TagClassName
{
border-color: #FFBAE5;
}
</style>