Shades of Cotton Candy #FABAE1
Tints of Cotton Candy #FABAE1
RGB
CMYK
RGB Variations
Color information
#FABAE1 (or 0xFABAE1) is known color: Cotton Candy. HEX triplet: FA, BA and E1. RGB value is (250,186,225). Sum of RGB (Red+Green+Blue) = 250+186+225=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAE1 is #05451E. Grayscale: #D1D1D1. Windows color (decimal): -345375 or 14793466. OLE color: 14793466.
HSL color Cylindrical-coordinate representation of color #FABAE1: hue angle of 323.44º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABAE1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 225 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.02 |
| HSL | 323.44º | 0.86% | 0.85% | - |
| HSV(B) | 323.44º | 0.26% | 0.98% | - |
| XYZ | 70.57 | 60.88 | 79.27 | - |
| YUV | 209.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 225 | 0 | 0.26 | 0.10 | 0.02 | 323.44 | 0.86 | 0.85 |
| Hex | FA | BA | E1 | 0 | 1A | A | 2 | 143 | 56 | 55 |
| Octal | 372 | 272 | 341 | 0 | 32 | 12 | 2 | 503 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11100001 | 0 | 11010 | 1010 | 10 | 101000011 | 1010110 | 1010101 |
Color Harmonies of #FABAE1
Complementary color
Monochromatic Colors of #FABAE1
Black with #FABAE1
Text Example
Text Example
White with #FABAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAE1; }
p { color: rgb(250,186,225); }
H1.HeaderClassName
{
color: #FABAE1;
}
.AnyTagClassName
{
color: #FABAE1;
}
</style>
background-color css
<style>
a { background-color: #FABAE1; }
a { background-color: rgb(250,186,225); }
div.DivClassName
{
background-color: #FABAE1;
}
.BgClassName
{
background-color: #FABAE1;
}
</style>
border-color css
<style>
span { border-color: #FABAE1; }
span { border-color: rgb(250,186,225); }
td.TdClassName
{
border-color: #FABAE1;
}
.TagClassName
{
border-color: #FABAE1;
}
</style>