Shades of Cupid #FAB6CB
Tints of Cupid #FAB6CB
RGB
CMYK
RGB Variations
Color information
#FAB6CB (or 0xFAB6CB) is known color: Cupid. HEX triplet: FA, B6 and CB. RGB value is (250,182,203). Sum of RGB (Red+Green+Blue) = 250+182+203=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6CB is #054934. Grayscale: #CCCCCC. Windows color (decimal): -346421 or 13350650. OLE color: 13350650.
HSL color Cylindrical-coordinate representation of color #FAB6CB: hue angle of 341.47º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6CB is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 203 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.02 |
| HSL | 341.47º | 0.87% | 0.85% | - |
| HSV(B) | 341.47º | 0.27% | 0.98% | - |
| XYZ | 66.93 | 58.09 | 64.19 | - |
| YUV | 204.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 203 | 0 | 0.27 | 0.19 | 0.02 | 341.47 | 0.87 | 0.85 |
| Hex | FA | B6 | CB | 0 | 1B | 13 | 2 | 155 | 57 | 55 |
| Octal | 372 | 266 | 313 | 0 | 33 | 23 | 2 | 525 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11001011 | 0 | 11011 | 10011 | 10 | 101010101 | 1010111 | 1010101 |
Color Harmonies of #FAB6CB
Complementary color
Monochromatic Colors of #FAB6CB
Black with #FAB6CB
Text Example
Text Example
White with #FAB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6CB; }
p { color: rgb(250,182,203); }
H1.HeaderClassName
{
color: #FAB6CB;
}
.AnyTagClassName
{
color: #FAB6CB;
}
</style>
background-color css
<style>
a { background-color: #FAB6CB; }
a { background-color: rgb(250,182,203); }
div.DivClassName
{
background-color: #FAB6CB;
}
.BgClassName
{
background-color: #FAB6CB;
}
</style>
border-color css
<style>
span { border-color: #FAB6CB; }
span { border-color: rgb(250,182,203); }
td.TdClassName
{
border-color: #FAB6CB;
}
.TagClassName
{
border-color: #FAB6CB;
}
</style>