Shades of Cupid #FAB1CB
Tints of Cupid #FAB1CB
RGB
CMYK
RGB Variations
Color information
#FAB1CB (or 0xFAB1CB) is known color: Cupid. HEX triplet: FA, B1 and CB. RGB value is (250,177,203). Sum of RGB (Red+Green+Blue) = 250+177+203=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1CB is #054E34. Grayscale: #C9C9C9. Windows color (decimal): -347701 or 13349370. OLE color: 13349370.
HSL color Cylindrical-coordinate representation of color #FAB1CB: hue angle of 338.63º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1CB is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 203 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.02 |
| HSL | 338.63º | 0.88% | 0.84% | - |
| HSV(B) | 338.63º | 0.29% | 0.98% | - |
| XYZ | 65.93 | 56.08 | 63.85 | - |
| YUV | 201.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 203 | 0 | 0.29 | 0.19 | 0.02 | 338.63 | 0.88 | 0.84 |
| Hex | FA | B1 | CB | 0 | 1D | 13 | 2 | 153 | 58 | 54 |
| Octal | 372 | 261 | 313 | 0 | 35 | 23 | 2 | 523 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11001011 | 0 | 11101 | 10011 | 10 | 101010011 | 1011000 | 1010100 |
Color Harmonies of #FAB1CB
Complementary color
Monochromatic Colors of #FAB1CB
Black with #FAB1CB
Text Example
Text Example
White with #FAB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1CB; }
p { color: rgb(250,177,203); }
H1.HeaderClassName
{
color: #FAB1CB;
}
.AnyTagClassName
{
color: #FAB1CB;
}
</style>
background-color css
<style>
a { background-color: #FAB1CB; }
a { background-color: rgb(250,177,203); }
div.DivClassName
{
background-color: #FAB1CB;
}
.BgClassName
{
background-color: #FAB1CB;
}
</style>
border-color css
<style>
span { border-color: #FAB1CB; }
span { border-color: rgb(250,177,203); }
td.TdClassName
{
border-color: #FAB1CB;
}
.TagClassName
{
border-color: #FAB1CB;
}
</style>