Shades of Cotton Candy #FAB9DD
Tints of Cotton Candy #FAB9DD
RGB
CMYK
RGB Variations
Color information
#FAB9DD (or 0xFAB9DD) is known color: Cotton Candy. HEX triplet: FA, B9 and DD. RGB value is (250,185,221). Sum of RGB (Red+Green+Blue) = 250+185+221=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9DD is #054622. Grayscale: #D0D0D0. Windows color (decimal): -345635 or 14531066. OLE color: 14531066.
HSL color Cylindrical-coordinate representation of color #FAB9DD: hue angle of 326.77º 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 #FAB9DD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 221 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.02 |
| HSL | 326.77º | 0.87% | 0.85% | - |
| HSV(B) | 326.77º | 0.26% | 0.98% | - |
| XYZ | 69.82 | 60.24 | 76.35 | - |
| YUV | 208.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 221 | 0 | 0.26 | 0.12 | 0.02 | 326.77 | 0.87 | 0.85 |
| Hex | FA | B9 | DD | 0 | 1A | C | 2 | 147 | 57 | 55 |
| Octal | 372 | 271 | 335 | 0 | 32 | 14 | 2 | 507 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11011101 | 0 | 11010 | 1100 | 10 | 101000111 | 1010111 | 1010101 |
Color Harmonies of #FAB9DD
Complementary color
Monochromatic Colors of #FAB9DD
Black with #FAB9DD
Text Example
Text Example
White with #FAB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9DD; }
p { color: rgb(250,185,221); }
H1.HeaderClassName
{
color: #FAB9DD;
}
.AnyTagClassName
{
color: #FAB9DD;
}
</style>
background-color css
<style>
a { background-color: #FAB9DD; }
a { background-color: rgb(250,185,221); }
div.DivClassName
{
background-color: #FAB9DD;
}
.BgClassName
{
background-color: #FAB9DD;
}
</style>
border-color css
<style>
span { border-color: #FAB9DD; }
span { border-color: rgb(250,185,221); }
td.TdClassName
{
border-color: #FAB9DD;
}
.TagClassName
{
border-color: #FAB9DD;
}
</style>