Shades of Cotton Candy #FABAD8
Tints of Cotton Candy #FABAD8
RGB
CMYK
RGB Variations
Color information
#FABAD8 (or 0xFABAD8) is known color: Cotton Candy. HEX triplet: FA, BA and D8. RGB value is (250,186,216). Sum of RGB (Red+Green+Blue) = 250+186+216=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAD8 is #054527. Grayscale: #D0D0D0. Windows color (decimal): -345384 or 14203642. OLE color: 14203642.
HSL color Cylindrical-coordinate representation of color #FABAD8: hue angle of 331.88º 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 #FABAD8 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 216 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.02 |
| HSL | 331.88º | 0.86% | 0.85% | - |
| HSV(B) | 331.88º | 0.26% | 0.98% | - |
| XYZ | 69.38 | 60.4 | 72.97 | - |
| YUV | 208.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 216 | 0 | 0.26 | 0.14 | 0.02 | 331.88 | 0.86 | 0.85 |
| Hex | FA | BA | D8 | 0 | 1A | E | 2 | 14C | 56 | 55 |
| Octal | 372 | 272 | 330 | 0 | 32 | 16 | 2 | 514 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11011000 | 0 | 11010 | 1110 | 10 | 101001100 | 1010110 | 1010101 |
Color Harmonies of #FABAD8
Complementary color
Monochromatic Colors of #FABAD8
Black with #FABAD8
Text Example
Text Example
White with #FABAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAD8; }
p { color: rgb(250,186,216); }
H1.HeaderClassName
{
color: #FABAD8;
}
.AnyTagClassName
{
color: #FABAD8;
}
</style>
background-color css
<style>
a { background-color: #FABAD8; }
a { background-color: rgb(250,186,216); }
div.DivClassName
{
background-color: #FABAD8;
}
.BgClassName
{
background-color: #FABAD8;
}
</style>
border-color css
<style>
span { border-color: #FABAD8; }
span { border-color: rgb(250,186,216); }
td.TdClassName
{
border-color: #FABAD8;
}
.TagClassName
{
border-color: #FABAD8;
}
</style>