Shades of Cotton Candy #FABAD4
Tints of Cotton Candy #FABAD4
RGB
CMYK
RGB Variations
Color information
#FABAD4 (or 0xFABAD4) is known color: Cotton Candy. HEX triplet: FA, BA and D4. RGB value is (250,186,212). Sum of RGB (Red+Green+Blue) = 250+186+212=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAD4 is #05452B. Grayscale: #D0D0D0. Windows color (decimal): -345388 or 13941498. OLE color: 13941498.
HSL color Cylindrical-coordinate representation of color #FABAD4: hue angle of 335.62º 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 #FABAD4 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 212 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.02 |
| HSL | 335.63º | 0.86% | 0.85% | - |
| HSV(B) | 335.63º | 0.26% | 0.98% | - |
| XYZ | 68.87 | 60.2 | 70.28 | - |
| YUV | 208.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 212 | 0 | 0.26 | 0.15 | 0.02 | 335.63 | 0.86 | 0.85 |
| Hex | FA | BA | D4 | 0 | 1A | F | 2 | 150 | 56 | 55 |
| Octal | 372 | 272 | 324 | 0 | 32 | 17 | 2 | 520 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11010100 | 0 | 11010 | 1111 | 10 | 101010000 | 1010110 | 1010101 |
Color Harmonies of #FABAD4
Complementary color
Monochromatic Colors of #FABAD4
Black with #FABAD4
Text Example
Text Example
White with #FABAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAD4; }
p { color: rgb(250,186,212); }
H1.HeaderClassName
{
color: #FABAD4;
}
.AnyTagClassName
{
color: #FABAD4;
}
</style>
background-color css
<style>
a { background-color: #FABAD4; }
a { background-color: rgb(250,186,212); }
div.DivClassName
{
background-color: #FABAD4;
}
.BgClassName
{
background-color: #FABAD4;
}
</style>
border-color css
<style>
span { border-color: #FABAD4; }
span { border-color: rgb(250,186,212); }
td.TdClassName
{
border-color: #FABAD4;
}
.TagClassName
{
border-color: #FABAD4;
}
</style>