Shades of Cotton Candy #FABBDD
Tints of Cotton Candy #FABBDD
RGB
CMYK
RGB Variations
Color information
#FABBDD (or 0xFABBDD) is known color: Cotton Candy. HEX triplet: FA, BB and DD. RGB value is (250,187,221). Sum of RGB (Red+Green+Blue) = 250+187+221=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBDD is #054422. Grayscale: #D1D1D1. Windows color (decimal): -345123 or 14531578. OLE color: 14531578.
HSL color Cylindrical-coordinate representation of color #FABBDD: hue angle of 327.62º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBDD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 221 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 327.62º | 0.86% | 0.86% | - |
| HSV(B) | 327.62º | 0.25% | 0.98% | - |
| XYZ | 70.25 | 61.09 | 76.49 | - |
| YUV | 209.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 221 | 0 | 0.25 | 0.12 | 0.02 | 327.62 | 0.86 | 0.86 |
| Hex | FA | BB | DD | 0 | 19 | C | 2 | 148 | 56 | 56 |
| Octal | 372 | 273 | 335 | 0 | 31 | 14 | 2 | 510 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11011101 | 0 | 11001 | 1100 | 10 | 101001000 | 1010110 | 1010110 |
Color Harmonies of #FABBDD
Complementary color
Monochromatic Colors of #FABBDD
Black with #FABBDD
Text Example
Text Example
White with #FABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBDD; }
p { color: rgb(250,187,221); }
H1.HeaderClassName
{
color: #FABBDD;
}
.AnyTagClassName
{
color: #FABBDD;
}
</style>
background-color css
<style>
a { background-color: #FABBDD; }
a { background-color: rgb(250,187,221); }
div.DivClassName
{
background-color: #FABBDD;
}
.BgClassName
{
background-color: #FABBDD;
}
</style>
border-color css
<style>
span { border-color: #FABBDD; }
span { border-color: rgb(250,187,221); }
td.TdClassName
{
border-color: #FABBDD;
}
.TagClassName
{
border-color: #FABBDD;
}
</style>