Shades of Cotton Candy #FAB7D9
Tints of Cotton Candy #FAB7D9
RGB
CMYK
RGB Variations
Color information
#FAB7D9 (or 0xFAB7D9) is known color: Cotton Candy. HEX triplet: FA, B7 and D9. RGB value is (250,183,217). Sum of RGB (Red+Green+Blue) = 250+183+217=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7D9 is #054826. Grayscale: #CECECE. Windows color (decimal): -346151 or 14268410. OLE color: 14268410.
HSL color Cylindrical-coordinate representation of color #FAB7D9: hue angle of 329.55º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7D9 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 217 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.02 |
| HSL | 329.55º | 0.87% | 0.85% | - |
| HSV(B) | 329.55º | 0.27% | 0.98% | - |
| XYZ | 68.88 | 59.2 | 73.44 | - |
| YUV | 206.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 217 | 0 | 0.27 | 0.13 | 0.02 | 329.55 | 0.87 | 0.85 |
| Hex | FA | B7 | D9 | 0 | 1B | D | 2 | 14A | 57 | 55 |
| Octal | 372 | 267 | 331 | 0 | 33 | 15 | 2 | 512 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11011001 | 0 | 11011 | 1101 | 10 | 101001010 | 1010111 | 1010101 |
Color Harmonies of #FAB7D9
Complementary color
Monochromatic Colors of #FAB7D9
Black with #FAB7D9
Text Example
Text Example
White with #FAB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7D9; }
p { color: rgb(250,183,217); }
H1.HeaderClassName
{
color: #FAB7D9;
}
.AnyTagClassName
{
color: #FAB7D9;
}
</style>
background-color css
<style>
a { background-color: #FAB7D9; }
a { background-color: rgb(250,183,217); }
div.DivClassName
{
background-color: #FAB7D9;
}
.BgClassName
{
background-color: #FAB7D9;
}
</style>
border-color css
<style>
span { border-color: #FAB7D9; }
span { border-color: rgb(250,183,217); }
td.TdClassName
{
border-color: #FAB7D9;
}
.TagClassName
{
border-color: #FAB7D9;
}
</style>