Shades of Cotton Candy #FABADF
Tints of Cotton Candy #FABADF
RGB
CMYK
RGB Variations
Color information
#FABADF (or 0xFABADF) is known color: Cotton Candy. HEX triplet: FA, BA and DF. RGB value is (250,186,223). Sum of RGB (Red+Green+Blue) = 250+186+223=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FABADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABADF is #054520. Grayscale: #D1D1D1. Windows color (decimal): -345377 or 14662394. OLE color: 14662394.
HSL color Cylindrical-coordinate representation of color #FABADF: hue angle of 325.31º 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 #FABADF is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 223 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.02 |
| HSL | 325.31º | 0.86% | 0.85% | - |
| HSV(B) | 325.31º | 0.26% | 0.98% | - |
| XYZ | 70.3 | 60.77 | 77.84 | - |
| YUV | 209.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 223 | 0 | 0.26 | 0.11 | 0.02 | 325.31 | 0.86 | 0.85 |
| Hex | FA | BA | DF | 0 | 1A | B | 2 | 145 | 56 | 55 |
| Octal | 372 | 272 | 337 | 0 | 32 | 13 | 2 | 505 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11011111 | 0 | 11010 | 1011 | 10 | 101000101 | 1010110 | 1010101 |
Color Harmonies of #FABADF
Complementary color
Monochromatic Colors of #FABADF
Black with #FABADF
Text Example
Text Example
White with #FABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABADF; }
p { color: rgb(250,186,223); }
H1.HeaderClassName
{
color: #FABADF;
}
.AnyTagClassName
{
color: #FABADF;
}
</style>
background-color css
<style>
a { background-color: #FABADF; }
a { background-color: rgb(250,186,223); }
div.DivClassName
{
background-color: #FABADF;
}
.BgClassName
{
background-color: #FABADF;
}
</style>
border-color css
<style>
span { border-color: #FABADF; }
span { border-color: rgb(250,186,223); }
td.TdClassName
{
border-color: #FABADF;
}
.TagClassName
{
border-color: #FABADF;
}
</style>