Shades of Cupid #F3ABC2
Tints of Cupid #F3ABC2
RGB
CMYK
RGB Variations
Color information
#F3ABC2 (or 0xF3ABC2) is known color: Cupid. HEX triplet: F3, AB and C2. RGB value is (243,171,194). Sum of RGB (Red+Green+Blue) = 243+171+194=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABC2 is #0C543D. Grayscale: #C3C3C3. Windows color (decimal): -807998 or 12758003. OLE color: 12758003.
HSL color Cylindrical-coordinate representation of color #F3ABC2: hue angle of 340.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3ABC2 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 194 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.05 |
| HSL | 340.83º | 0.75% | 0.81% | - |
| HSV(B) | 340.83º | 0.3% | 0.95% | - |
| XYZ | 61.26 | 52.08 | 57.86 | - |
| YUV | 195.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 194 | 0 | 0.30 | 0.20 | 0.05 | 340.83 | 0.75 | 0.81 |
| Hex | F3 | AB | C2 | 0 | 1E | 14 | 5 | 155 | 4B | 51 |
| Octal | 363 | 253 | 302 | 0 | 36 | 24 | 5 | 525 | 113 | 121 |
| Binary | 11110011 | 10101011 | 11000010 | 0 | 11110 | 10100 | 101 | 101010101 | 1001011 | 1010001 |
Color Harmonies of #F3ABC2
Complementary color
Monochromatic Colors of #F3ABC2
Black with #F3ABC2
Text Example
Text Example
White with #F3ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABC2; }
p { color: rgb(243,171,194); }
H1.HeaderClassName
{
color: #F3ABC2;
}
.AnyTagClassName
{
color: #F3ABC2;
}
</style>
background-color css
<style>
a { background-color: #F3ABC2; }
a { background-color: rgb(243,171,194); }
div.DivClassName
{
background-color: #F3ABC2;
}
.BgClassName
{
background-color: #F3ABC2;
}
</style>
border-color css
<style>
span { border-color: #F3ABC2; }
span { border-color: rgb(243,171,194); }
td.TdClassName
{
border-color: #F3ABC2;
}
.TagClassName
{
border-color: #F3ABC2;
}
</style>