Shades of Cotton Candy #FABBDA
Tints of Cotton Candy #FABBDA
RGB
CMYK
RGB Variations
Color information
#FABBDA (or 0xFABBDA) is known color: Cotton Candy. HEX triplet: FA, BB and DA. RGB value is (250,187,218). Sum of RGB (Red+Green+Blue) = 250+187+218=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBDA is #054425. Grayscale: #D1D1D1. Windows color (decimal): -345126 or 14334970. OLE color: 14334970.
HSL color Cylindrical-coordinate representation of color #FABBDA: hue angle of 330.48º 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 #FABBDA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 218 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.02 |
| HSL | 330.48º | 0.86% | 0.86% | - |
| HSV(B) | 330.48º | 0.25% | 0.98% | - |
| XYZ | 69.85 | 60.93 | 74.41 | - |
| YUV | 209.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 218 | 0 | 0.25 | 0.13 | 0.02 | 330.48 | 0.86 | 0.86 |
| Hex | FA | BB | DA | 0 | 19 | D | 2 | 14A | 56 | 56 |
| Octal | 372 | 273 | 332 | 0 | 31 | 15 | 2 | 512 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11011010 | 0 | 11001 | 1101 | 10 | 101001010 | 1010110 | 1010110 |
Color Harmonies of #FABBDA
Complementary color
Monochromatic Colors of #FABBDA
Black with #FABBDA
Text Example
Text Example
White with #FABBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBDA; }
p { color: rgb(250,187,218); }
H1.HeaderClassName
{
color: #FABBDA;
}
.AnyTagClassName
{
color: #FABBDA;
}
</style>
background-color css
<style>
a { background-color: #FABBDA; }
a { background-color: rgb(250,187,218); }
div.DivClassName
{
background-color: #FABBDA;
}
.BgClassName
{
background-color: #FABBDA;
}
</style>
border-color css
<style>
span { border-color: #FABBDA; }
span { border-color: rgb(250,187,218); }
td.TdClassName
{
border-color: #FABBDA;
}
.TagClassName
{
border-color: #FABBDA;
}
</style>