Shades of Cupid #FAB1C2
Tints of Cupid #FAB1C2
RGB
CMYK
RGB Variations
Color information
#FAB1C2 (or 0xFAB1C2) is known color: Cupid. HEX triplet: FA, B1 and C2. RGB value is (250,177,194). Sum of RGB (Red+Green+Blue) = 250+177+194=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1C2 is #054E3D. Grayscale: #C8C8C8. Windows color (decimal): -347710 or 12759546. OLE color: 12759546.
HSL color Cylindrical-coordinate representation of color #FAB1C2: hue angle of 346.03º 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 #FAB1C2 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 177 | 194 | - |
CMYK | 0 | 0.29 | 0.22 | 0.02 |
HSL | 346.03º | 0.88% | 0.84% | - |
HSV(B) | 346.03º | 0.29% | 0.98% | - |
XYZ | 64.88 | 55.66 | 58.36 | - |
YUV | 200.77 | 124.18 | 163.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 177 | 194 | 0 | 0.29 | 0.22 | 0.02 | 346.03 | 0.88 | 0.84 |
Hex | FA | B1 | C2 | 0 | 1D | 16 | 2 | 15A | 58 | 54 |
Octal | 372 | 261 | 302 | 0 | 35 | 26 | 2 | 532 | 130 | 124 |
Binary | 11111010 | 10110001 | 11000010 | 0 | 11101 | 10110 | 10 | 101011010 | 1011000 | 1010100 |
Color Harmonies of #FAB1C2
Complementary color
Monochromatic Colors of #FAB1C2
Black with #FAB1C2
Text Example
Text Example
White with #FAB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1C2; }
p { color: rgb(250,177,194); }
H1.HeaderClassName
{
color: #FAB1C2;
}
.AnyTagClassName
{
color: #FAB1C2;
}
</style>
background-color css
<style>
a { background-color: #FAB1C2; }
a { background-color: rgb(250,177,194); }
div.DivClassName
{
background-color: #FAB1C2;
}
.BgClassName
{
background-color: #FAB1C2;
}
</style>
border-color css
<style>
span { border-color: #FAB1C2; }
span { border-color: rgb(250,177,194); }
td.TdClassName
{
border-color: #FAB1C2;
}
.TagClassName
{
border-color: #FAB1C2;
}
</style>