Shades of Cotton Candy #FAB9CE
Tints of Cotton Candy #FAB9CE
RGB
CMYK
RGB Variations
Color information
#FAB9CE (or 0xFAB9CE) is known color: Cotton Candy. HEX triplet: FA, B9 and CE. RGB value is (250,185,206). Sum of RGB (Red+Green+Blue) = 250+185+206=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9CE is #054631. Grayscale: #CECECE. Windows color (decimal): -345650 or 13548026. OLE color: 13548026.
HSL color Cylindrical-coordinate representation of color #FAB9CE: hue angle of 340.62º degrees, saturation: 0.87, 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 #FAB9CE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 206 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.02 |
| HSL | 340.62º | 0.87% | 0.85% | - |
| HSV(B) | 340.62º | 0.26% | 0.98% | - |
| XYZ | 67.91 | 59.48 | 66.29 | - |
| YUV | 206.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 206 | 0 | 0.26 | 0.18 | 0.02 | 340.62 | 0.87 | 0.85 |
| Hex | FA | B9 | CE | 0 | 1A | 12 | 2 | 155 | 57 | 55 |
| Octal | 372 | 271 | 316 | 0 | 32 | 22 | 2 | 525 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11001110 | 0 | 11010 | 10010 | 10 | 101010101 | 1010111 | 1010101 |
Color Harmonies of #FAB9CE
Complementary color
Monochromatic Colors of #FAB9CE
Black with #FAB9CE
Text Example
Text Example
White with #FAB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9CE; }
p { color: rgb(250,185,206); }
H1.HeaderClassName
{
color: #FAB9CE;
}
.AnyTagClassName
{
color: #FAB9CE;
}
</style>
background-color css
<style>
a { background-color: #FAB9CE; }
a { background-color: rgb(250,185,206); }
div.DivClassName
{
background-color: #FAB9CE;
}
.BgClassName
{
background-color: #FAB9CE;
}
</style>
border-color css
<style>
span { border-color: #FAB9CE; }
span { border-color: rgb(250,185,206); }
td.TdClassName
{
border-color: #FAB9CE;
}
.TagClassName
{
border-color: #FAB9CE;
}
</style>