Shades of Cupid #FAB8CB
Tints of Cupid #FAB8CB
RGB
CMYK
RGB Variations
Color information
#FAB8CB (or 0xFAB8CB) is known color: Cupid. HEX triplet: FA, B8 and CB. RGB value is (250,184,203). Sum of RGB (Red+Green+Blue) = 250+184+203=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8CB is #054734. Grayscale: #CDCDCD. Windows color (decimal): -345909 or 13351162. OLE color: 13351162.
HSL color Cylindrical-coordinate representation of color #FAB8CB: hue angle of 342.73º 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 #FAB8CB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 203 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.02 |
| HSL | 342.73º | 0.87% | 0.85% | - |
| HSV(B) | 342.73º | 0.26% | 0.98% | - |
| XYZ | 67.34 | 58.92 | 64.32 | - |
| YUV | 205.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 203 | 0 | 0.26 | 0.19 | 0.02 | 342.73 | 0.87 | 0.85 |
| Hex | FA | B8 | CB | 0 | 1A | 13 | 2 | 157 | 57 | 55 |
| Octal | 372 | 270 | 313 | 0 | 32 | 23 | 2 | 527 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11001011 | 0 | 11010 | 10011 | 10 | 101010111 | 1010111 | 1010101 |
Color Harmonies of #FAB8CB
Complementary color
Monochromatic Colors of #FAB8CB
Black with #FAB8CB
Text Example
Text Example
White with #FAB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8CB; }
p { color: rgb(250,184,203); }
H1.HeaderClassName
{
color: #FAB8CB;
}
.AnyTagClassName
{
color: #FAB8CB;
}
</style>
background-color css
<style>
a { background-color: #FAB8CB; }
a { background-color: rgb(250,184,203); }
div.DivClassName
{
background-color: #FAB8CB;
}
.BgClassName
{
background-color: #FAB8CB;
}
</style>
border-color css
<style>
span { border-color: #FAB8CB; }
span { border-color: rgb(250,184,203); }
td.TdClassName
{
border-color: #FAB8CB;
}
.TagClassName
{
border-color: #FAB8CB;
}
</style>