Shades of Cotton Candy #FABAD2
Tints of Cotton Candy #FABAD2
RGB
CMYK
RGB Variations
Color information
#FABAD2 (or 0xFABAD2) is known color: Cotton Candy. HEX triplet: FA, BA and D2. RGB value is (250,186,210). Sum of RGB (Red+Green+Blue) = 250+186+210=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAD2 is #05452D. Grayscale: #CFCFCF. Windows color (decimal): -345390 or 13810426. OLE color: 13810426.
HSL color Cylindrical-coordinate representation of color #FABAD2: hue angle of 337.5º degrees, saturation: 0.86, 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 #FABAD2 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 210 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.02 |
| HSL | 337.5º | 0.86% | 0.85% | - |
| HSV(B) | 337.5º | 0.26% | 0.98% | - |
| XYZ | 68.62 | 60.09 | 68.96 | - |
| YUV | 207.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 210 | 0 | 0.26 | 0.16 | 0.02 | 337.5 | 0.86 | 0.85 |
| Hex | FA | BA | D2 | 0 | 1A | 10 | 2 | 152 | 56 | 55 |
| Octal | 372 | 272 | 322 | 0 | 32 | 20 | 2 | 522 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11010010 | 0 | 11010 | 10000 | 10 | 101010010 | 1010110 | 1010101 |
Color Harmonies of #FABAD2
Complementary color
Monochromatic Colors of #FABAD2
Black with #FABAD2
Text Example
Text Example
White with #FABAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAD2; }
p { color: rgb(250,186,210); }
H1.HeaderClassName
{
color: #FABAD2;
}
.AnyTagClassName
{
color: #FABAD2;
}
</style>
background-color css
<style>
a { background-color: #FABAD2; }
a { background-color: rgb(250,186,210); }
div.DivClassName
{
background-color: #FABAD2;
}
.BgClassName
{
background-color: #FABAD2;
}
</style>
border-color css
<style>
span { border-color: #FABAD2; }
span { border-color: rgb(250,186,210); }
td.TdClassName
{
border-color: #FABAD2;
}
.TagClassName
{
border-color: #FABAD2;
}
</style>