Shades of Cupid #FAB8CC
Tints of Cupid #FAB8CC
RGB
CMYK
RGB Variations
Color information
#FAB8CC (or 0xFAB8CC) is known color: Cupid. HEX triplet: FA, B8 and CC. RGB value is (250,184,204). Sum of RGB (Red+Green+Blue) = 250+184+204=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8CC is #054733. Grayscale: #CECECE. Windows color (decimal): -345908 or 13416698. OLE color: 13416698.
HSL color Cylindrical-coordinate representation of color #FAB8CC: hue angle of 341.82º 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 #FAB8CC is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 204 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.02 |
| HSL | 341.82º | 0.87% | 0.85% | - |
| HSV(B) | 341.82º | 0.26% | 0.98% | - |
| XYZ | 67.46 | 58.96 | 64.95 | - |
| YUV | 206.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 204 | 0 | 0.26 | 0.18 | 0.02 | 341.82 | 0.87 | 0.85 |
| Hex | FA | B8 | CC | 0 | 1A | 12 | 2 | 156 | 57 | 55 |
| Octal | 372 | 270 | 314 | 0 | 32 | 22 | 2 | 526 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11001100 | 0 | 11010 | 10010 | 10 | 101010110 | 1010111 | 1010101 |
Color Harmonies of #FAB8CC
Complementary color
Monochromatic Colors of #FAB8CC
Black with #FAB8CC
Text Example
Text Example
White with #FAB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8CC; }
p { color: rgb(250,184,204); }
H1.HeaderClassName
{
color: #FAB8CC;
}
.AnyTagClassName
{
color: #FAB8CC;
}
</style>
background-color css
<style>
a { background-color: #FAB8CC; }
a { background-color: rgb(250,184,204); }
div.DivClassName
{
background-color: #FAB8CC;
}
.BgClassName
{
background-color: #FAB8CC;
}
</style>
border-color css
<style>
span { border-color: #FAB8CC; }
span { border-color: rgb(250,184,204); }
td.TdClassName
{
border-color: #FAB8CC;
}
.TagClassName
{
border-color: #FAB8CC;
}
</style>