Shades of Cotton Candy #FABAD6
Tints of Cotton Candy #FABAD6
RGB
CMYK
RGB Variations
Color information
#FABAD6 (or 0xFABAD6) is known color: Cotton Candy. HEX triplet: FA, BA and D6. RGB value is (250,186,214). Sum of RGB (Red+Green+Blue) = 250+186+214=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAD6 is #054529. Grayscale: #D0D0D0. Windows color (decimal): -345386 or 14072570. OLE color: 14072570.
HSL color Cylindrical-coordinate representation of color #FABAD6: hue angle of 333.75º 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 #FABAD6 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 214 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.02 |
| HSL | 333.75º | 0.86% | 0.85% | - |
| HSV(B) | 333.75º | 0.26% | 0.98% | - |
| XYZ | 69.12 | 60.3 | 71.61 | - |
| YUV | 208.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 214 | 0 | 0.26 | 0.14 | 0.02 | 333.75 | 0.86 | 0.85 |
| Hex | FA | BA | D6 | 0 | 1A | E | 2 | 14E | 56 | 55 |
| Octal | 372 | 272 | 326 | 0 | 32 | 16 | 2 | 516 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11010110 | 0 | 11010 | 1110 | 10 | 101001110 | 1010110 | 1010101 |
Color Harmonies of #FABAD6
Complementary color
Monochromatic Colors of #FABAD6
Black with #FABAD6
Text Example
Text Example
White with #FABAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAD6; }
p { color: rgb(250,186,214); }
H1.HeaderClassName
{
color: #FABAD6;
}
.AnyTagClassName
{
color: #FABAD6;
}
</style>
background-color css
<style>
a { background-color: #FABAD6; }
a { background-color: rgb(250,186,214); }
div.DivClassName
{
background-color: #FABAD6;
}
.BgClassName
{
background-color: #FABAD6;
}
</style>
border-color css
<style>
span { border-color: #FABAD6; }
span { border-color: rgb(250,186,214); }
td.TdClassName
{
border-color: #FABAD6;
}
.TagClassName
{
border-color: #FABAD6;
}
</style>