Shades of Cotton Candy #FABAD0
Tints of Cotton Candy #FABAD0
RGB
CMYK
RGB Variations
Color information
#FABAD0 (or 0xFABAD0) is known color: Cotton Candy. HEX triplet: FA, BA and D0. RGB value is (250,186,208). Sum of RGB (Red+Green+Blue) = 250+186+208=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAD0 is #05452F. Grayscale: #CFCFCF. Windows color (decimal): -345392 or 13679354. OLE color: 13679354.
HSL color Cylindrical-coordinate representation of color #FABAD0: hue angle of 339.38º 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 #FABAD0 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 208 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.02 |
| HSL | 339.38º | 0.86% | 0.85% | - |
| HSV(B) | 339.38º | 0.26% | 0.98% | - |
| XYZ | 68.37 | 60 | 67.65 | - |
| YUV | 207.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 208 | 0 | 0.26 | 0.17 | 0.02 | 339.38 | 0.86 | 0.85 |
| Hex | FA | BA | D0 | 0 | 1A | 11 | 2 | 153 | 56 | 55 |
| Octal | 372 | 272 | 320 | 0 | 32 | 21 | 2 | 523 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11010000 | 0 | 11010 | 10001 | 10 | 101010011 | 1010110 | 1010101 |
Color Harmonies of #FABAD0
Complementary color
Monochromatic Colors of #FABAD0
Black with #FABAD0
Text Example
Text Example
White with #FABAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAD0; }
p { color: rgb(250,186,208); }
H1.HeaderClassName
{
color: #FABAD0;
}
.AnyTagClassName
{
color: #FABAD0;
}
</style>
background-color css
<style>
a { background-color: #FABAD0; }
a { background-color: rgb(250,186,208); }
div.DivClassName
{
background-color: #FABAD0;
}
.BgClassName
{
background-color: #FABAD0;
}
</style>
border-color css
<style>
span { border-color: #FABAD0; }
span { border-color: rgb(250,186,208); }
td.TdClassName
{
border-color: #FABAD0;
}
.TagClassName
{
border-color: #FABAD0;
}
</style>