Shades of Cotton Candy #FAB9D9
Tints of Cotton Candy #FAB9D9
RGB
CMYK
RGB Variations
Color information
#FAB9D9 (or 0xFAB9D9) is known color: Cotton Candy. HEX triplet: FA, B9 and D9. RGB value is (250,185,217). Sum of RGB (Red+Green+Blue) = 250+185+217=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9D9 is #054626. Grayscale: #D0D0D0. Windows color (decimal): -345639 or 14268922. OLE color: 14268922.
HSL color Cylindrical-coordinate representation of color #FAB9D9: hue angle of 330.46º degrees, saturation: 0.87, 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 #FAB9D9 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 217 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.02 |
| HSL | 330.46º | 0.87% | 0.85% | - |
| HSV(B) | 330.46º | 0.26% | 0.98% | - |
| XYZ | 69.3 | 60.03 | 73.58 | - |
| YUV | 208.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 217 | 0 | 0.26 | 0.13 | 0.02 | 330.46 | 0.87 | 0.85 |
| Hex | FA | B9 | D9 | 0 | 1A | D | 2 | 14A | 57 | 55 |
| Octal | 372 | 271 | 331 | 0 | 32 | 15 | 2 | 512 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11011001 | 0 | 11010 | 1101 | 10 | 101001010 | 1010111 | 1010101 |
Color Harmonies of #FAB9D9
Complementary color
Monochromatic Colors of #FAB9D9
Black with #FAB9D9
Text Example
Text Example
White with #FAB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9D9; }
p { color: rgb(250,185,217); }
H1.HeaderClassName
{
color: #FAB9D9;
}
.AnyTagClassName
{
color: #FAB9D9;
}
</style>
background-color css
<style>
a { background-color: #FAB9D9; }
a { background-color: rgb(250,185,217); }
div.DivClassName
{
background-color: #FAB9D9;
}
.BgClassName
{
background-color: #FAB9D9;
}
</style>
border-color css
<style>
span { border-color: #FAB9D9; }
span { border-color: rgb(250,185,217); }
td.TdClassName
{
border-color: #FAB9D9;
}
.TagClassName
{
border-color: #FAB9D9;
}
</style>