Shades of Cotton Candy #FFBAE4
Tints of Cotton Candy #FFBAE4
RGB
CMYK
RGB Variations
Color information
#FFBAE4 (or 0xFFBAE4) is known color: Cotton Candy. HEX triplet: FF, BA and E4. RGB value is (255,186,228). Sum of RGB (Red+Green+Blue) = 255+186+228=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAE4 is #00451B. Grayscale: #D3D3D3. Windows color (decimal): -17692 or 14990079. OLE color: 14990079.
HSL color Cylindrical-coordinate representation of color #FFBAE4: hue angle of 323.48º 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 #FFBAE4 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 228 | - |
| CMYK | 0 | 0.27 | 0.11 | 0 |
| HSL | 323.48º | 1% | 0.86% | - |
| HSV(B) | 323.48º | 0.27% | 1% | - |
| XYZ | 72.8 | 61.98 | 81.52 | - |
| YUV | 211.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 228 | 0 | 0.27 | 0.11 | 0 | 323.48 | 1 | 0.86 |
| Hex | FF | BA | E4 | 0 | 1B | B | 0 | 143 | 64 | 56 |
| Octal | 377 | 272 | 344 | 0 | 33 | 13 | 0 | 503 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11100100 | 0 | 11011 | 1011 | 0 | 101000011 | 1100100 | 1010110 |
Color Harmonies of #FFBAE4
Complementary color
Monochromatic Colors of #FFBAE4
Black with #FFBAE4
Text Example
Text Example
White with #FFBAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAE4; }
p { color: rgb(255,186,228); }
H1.HeaderClassName
{
color: #FFBAE4;
}
.AnyTagClassName
{
color: #FFBAE4;
}
</style>
background-color css
<style>
a { background-color: #FFBAE4; }
a { background-color: rgb(255,186,228); }
div.DivClassName
{
background-color: #FFBAE4;
}
.BgClassName
{
background-color: #FFBAE4;
}
</style>
border-color css
<style>
span { border-color: #FFBAE4; }
span { border-color: rgb(255,186,228); }
td.TdClassName
{
border-color: #FFBAE4;
}
.TagClassName
{
border-color: #FFBAE4;
}
</style>