Shades of Cotton Candy #FABDD9
Tints of Cotton Candy #FABDD9
RGB
CMYK
RGB Variations
Color information
#FABDD9 (or 0xFABDD9) is known color: Cotton Candy. HEX triplet: FA, BD and D9. RGB value is (250,189,217). Sum of RGB (Red+Green+Blue) = 250+189+217=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD9 is #054226. Grayscale: #D2D2D2. Windows color (decimal): -344615 or 14269946. OLE color: 14269946.
HSL color Cylindrical-coordinate representation of color #FABDD9: hue angle of 332.46º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDD9 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 217 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.02 |
| HSL | 332.46º | 0.86% | 0.86% | - |
| HSV(B) | 332.46º | 0.24% | 0.98% | - |
| XYZ | 70.15 | 61.73 | 73.86 | - |
| YUV | 210.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 217 | 0 | 0.24 | 0.13 | 0.02 | 332.46 | 0.86 | 0.86 |
| Hex | FA | BD | D9 | 0 | 18 | D | 2 | 14C | 56 | 56 |
| Octal | 372 | 275 | 331 | 0 | 30 | 15 | 2 | 514 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11011001 | 0 | 11000 | 1101 | 10 | 101001100 | 1010110 | 1010110 |
Color Harmonies of #FABDD9
Complementary color
Monochromatic Colors of #FABDD9
Black with #FABDD9
Text Example
Text Example
White with #FABDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDD9; }
p { color: rgb(250,189,217); }
H1.HeaderClassName
{
color: #FABDD9;
}
.AnyTagClassName
{
color: #FABDD9;
}
</style>
background-color css
<style>
a { background-color: #FABDD9; }
a { background-color: rgb(250,189,217); }
div.DivClassName
{
background-color: #FABDD9;
}
.BgClassName
{
background-color: #FABDD9;
}
</style>
border-color css
<style>
span { border-color: #FABDD9; }
span { border-color: rgb(250,189,217); }
td.TdClassName
{
border-color: #FABDD9;
}
.TagClassName
{
border-color: #FABDD9;
}
</style>