Shades of Cotton Candy #FABAD7
Tints of Cotton Candy #FABAD7
RGB
CMYK
RGB Variations
Color information
#FABAD7 (or 0xFABAD7) is known color: Cotton Candy. HEX triplet: FA, BA and D7. RGB value is (250,186,215). Sum of RGB (Red+Green+Blue) = 250+186+215=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAD7 is #054528. Grayscale: #D0D0D0. Windows color (decimal): -345385 or 14138106. OLE color: 14138106.
HSL color Cylindrical-coordinate representation of color #FABAD7: hue angle of 332.81º 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 #FABAD7 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 215 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.02 |
| HSL | 332.81º | 0.86% | 0.85% | - |
| HSV(B) | 332.81º | 0.26% | 0.98% | - |
| XYZ | 69.25 | 60.35 | 72.29 | - |
| YUV | 208.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 215 | 0 | 0.26 | 0.14 | 0.02 | 332.81 | 0.86 | 0.85 |
| Hex | FA | BA | D7 | 0 | 1A | E | 2 | 14D | 56 | 55 |
| Octal | 372 | 272 | 327 | 0 | 32 | 16 | 2 | 515 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11010111 | 0 | 11010 | 1110 | 10 | 101001101 | 1010110 | 1010101 |
Color Harmonies of #FABAD7
Complementary color
Monochromatic Colors of #FABAD7
Black with #FABAD7
Text Example
Text Example
White with #FABAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAD7; }
p { color: rgb(250,186,215); }
H1.HeaderClassName
{
color: #FABAD7;
}
.AnyTagClassName
{
color: #FABAD7;
}
</style>
background-color css
<style>
a { background-color: #FABAD7; }
a { background-color: rgb(250,186,215); }
div.DivClassName
{
background-color: #FABAD7;
}
.BgClassName
{
background-color: #FABAD7;
}
</style>
border-color css
<style>
span { border-color: #FABAD7; }
span { border-color: rgb(250,186,215); }
td.TdClassName
{
border-color: #FABAD7;
}
.TagClassName
{
border-color: #FABAD7;
}
</style>