Shades of Cotton Candy #FABADB
Tints of Cotton Candy #FABADB
RGB
CMYK
RGB Variations
Color information
#FABADB (or 0xFABADB) is known color: Cotton Candy. HEX triplet: FA, BA and DB. RGB value is (250,186,219). Sum of RGB (Red+Green+Blue) = 250+186+219=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FABADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABADB is #054524. Grayscale: #D0D0D0. Windows color (decimal): -345381 or 14400250. OLE color: 14400250.
HSL color Cylindrical-coordinate representation of color #FABADB: hue angle of 329.06º 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 #FABADB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 219 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.02 |
| HSL | 329.06º | 0.86% | 0.85% | - |
| HSV(B) | 329.06º | 0.26% | 0.98% | - |
| XYZ | 69.77 | 60.56 | 75.03 | - |
| YUV | 208.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 219 | 0 | 0.26 | 0.12 | 0.02 | 329.06 | 0.86 | 0.85 |
| Hex | FA | BA | DB | 0 | 1A | C | 2 | 149 | 56 | 55 |
| Octal | 372 | 272 | 333 | 0 | 32 | 14 | 2 | 511 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11011011 | 0 | 11010 | 1100 | 10 | 101001001 | 1010110 | 1010101 |
Color Harmonies of #FABADB
Complementary color
Monochromatic Colors of #FABADB
Black with #FABADB
Text Example
Text Example
White with #FABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABADB; }
p { color: rgb(250,186,219); }
H1.HeaderClassName
{
color: #FABADB;
}
.AnyTagClassName
{
color: #FABADB;
}
</style>
background-color css
<style>
a { background-color: #FABADB; }
a { background-color: rgb(250,186,219); }
div.DivClassName
{
background-color: #FABADB;
}
.BgClassName
{
background-color: #FABADB;
}
</style>
border-color css
<style>
span { border-color: #FABADB; }
span { border-color: rgb(250,186,219); }
td.TdClassName
{
border-color: #FABADB;
}
.TagClassName
{
border-color: #FABADB;
}
</style>