Shades of Cotton Candy #FABADD
Tints of Cotton Candy #FABADD
RGB
CMYK
RGB Variations
Color information
#FABADD (or 0xFABADD) is known color: Cotton Candy. HEX triplet: FA, BA and DD. RGB value is (250,186,221). Sum of RGB (Red+Green+Blue) = 250+186+221=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FABADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABADD is #054522. Grayscale: #D1D1D1. Windows color (decimal): -345379 or 14531322. OLE color: 14531322.
HSL color Cylindrical-coordinate representation of color #FABADD: hue angle of 327.19º 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 #FABADD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 221 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.02 |
| HSL | 327.19º | 0.86% | 0.85% | - |
| HSV(B) | 327.19º | 0.26% | 0.98% | - |
| XYZ | 70.03 | 60.66 | 76.42 | - |
| YUV | 209.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 221 | 0 | 0.26 | 0.12 | 0.02 | 327.19 | 0.86 | 0.85 |
| Hex | FA | BA | DD | 0 | 1A | C | 2 | 147 | 56 | 55 |
| Octal | 372 | 272 | 335 | 0 | 32 | 14 | 2 | 507 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11011101 | 0 | 11010 | 1100 | 10 | 101000111 | 1010110 | 1010101 |
Color Harmonies of #FABADD
Complementary color
Monochromatic Colors of #FABADD
Black with #FABADD
Text Example
Text Example
White with #FABADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABADD; }
p { color: rgb(250,186,221); }
H1.HeaderClassName
{
color: #FABADD;
}
.AnyTagClassName
{
color: #FABADD;
}
</style>
background-color css
<style>
a { background-color: #FABADD; }
a { background-color: rgb(250,186,221); }
div.DivClassName
{
background-color: #FABADD;
}
.BgClassName
{
background-color: #FABADD;
}
</style>
border-color css
<style>
span { border-color: #FABADD; }
span { border-color: rgb(250,186,221); }
td.TdClassName
{
border-color: #FABADD;
}
.TagClassName
{
border-color: #FABADD;
}
</style>