Shades of Cupid #FAB9CB
Tints of Cupid #FAB9CB
RGB
CMYK
RGB Variations
Color information
#FAB9CB (or 0xFAB9CB) is known color: Cupid. HEX triplet: FA, B9 and CB. RGB value is (250,185,203). Sum of RGB (Red+Green+Blue) = 250+185+203=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9CB is #054634. Grayscale: #CECECE. Windows color (decimal): -345653 or 13351418. OLE color: 13351418.
HSL color Cylindrical-coordinate representation of color #FAB9CB: hue angle of 343.38º 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 #FAB9CB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 203 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.02 |
| HSL | 343.38º | 0.87% | 0.85% | - |
| HSV(B) | 343.38º | 0.26% | 0.98% | - |
| XYZ | 67.55 | 59.33 | 64.39 | - |
| YUV | 206.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 203 | 0 | 0.26 | 0.19 | 0.02 | 343.38 | 0.87 | 0.85 |
| Hex | FA | B9 | CB | 0 | 1A | 13 | 2 | 157 | 57 | 55 |
| Octal | 372 | 271 | 313 | 0 | 32 | 23 | 2 | 527 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11001011 | 0 | 11010 | 10011 | 10 | 101010111 | 1010111 | 1010101 |
Color Harmonies of #FAB9CB
Complementary color
Monochromatic Colors of #FAB9CB
Black with #FAB9CB
Text Example
Text Example
White with #FAB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9CB; }
p { color: rgb(250,185,203); }
H1.HeaderClassName
{
color: #FAB9CB;
}
.AnyTagClassName
{
color: #FAB9CB;
}
</style>
background-color css
<style>
a { background-color: #FAB9CB; }
a { background-color: rgb(250,185,203); }
div.DivClassName
{
background-color: #FAB9CB;
}
.BgClassName
{
background-color: #FAB9CB;
}
</style>
border-color css
<style>
span { border-color: #FAB9CB; }
span { border-color: rgb(250,185,203); }
td.TdClassName
{
border-color: #FAB9CB;
}
.TagClassName
{
border-color: #FAB9CB;
}
</style>