Shades of Cupid #FAB5C9
Tints of Cupid #FAB5C9
RGB
CMYK
RGB Variations
Color information
#FAB5C9 (or 0xFAB5C9) is known color: Cupid. HEX triplet: FA, B5 and C9. RGB value is (250,181,201). Sum of RGB (Red+Green+Blue) = 250+181+201=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5C9 is #054A36. Grayscale: #CBCBCB. Windows color (decimal): -346679 or 13219322. OLE color: 13219322.
HSL color Cylindrical-coordinate representation of color #FAB5C9: hue angle of 342.61º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5C9 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 201 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.02 |
| HSL | 342.61º | 0.87% | 0.85% | - |
| HSV(B) | 342.61º | 0.28% | 0.98% | - |
| XYZ | 66.49 | 57.59 | 62.87 | - |
| YUV | 203.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 201 | 0 | 0.28 | 0.20 | 0.02 | 342.61 | 0.87 | 0.85 |
| Hex | FA | B5 | C9 | 0 | 1C | 14 | 2 | 157 | 57 | 55 |
| Octal | 372 | 265 | 311 | 0 | 34 | 24 | 2 | 527 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11001001 | 0 | 11100 | 10100 | 10 | 101010111 | 1010111 | 1010101 |
Color Harmonies of #FAB5C9
Complementary color
Monochromatic Colors of #FAB5C9
Black with #FAB5C9
Text Example
Text Example
White with #FAB5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5C9; }
p { color: rgb(250,181,201); }
H1.HeaderClassName
{
color: #FAB5C9;
}
.AnyTagClassName
{
color: #FAB5C9;
}
</style>
background-color css
<style>
a { background-color: #FAB5C9; }
a { background-color: rgb(250,181,201); }
div.DivClassName
{
background-color: #FAB5C9;
}
.BgClassName
{
background-color: #FAB5C9;
}
</style>
border-color css
<style>
span { border-color: #FAB5C9; }
span { border-color: rgb(250,181,201); }
td.TdClassName
{
border-color: #FAB5C9;
}
.TagClassName
{
border-color: #FAB5C9;
}
</style>