Shades of Cupid #F3B7C2
Tints of Cupid #F3B7C2
RGB
CMYK
RGB Variations
Color information
#F3B7C2 (or 0xF3B7C2) is known color: Cupid. HEX triplet: F3, B7 and C2. RGB value is (243,183,194). Sum of RGB (Red+Green+Blue) = 243+183+194=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7C2 is #0C483D. Grayscale: #CACACA. Windows color (decimal): -804926 or 12761075. OLE color: 12761075.
HSL color Cylindrical-coordinate representation of color #F3B7C2: hue angle of 349º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3B7C2 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 183 | 194 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.05 |
| HSL | 349º | 0.71% | 0.84% | - |
| HSV(B) | 349º | 0.25% | 0.95% | - |
| XYZ | 63.63 | 56.82 | 58.65 | - |
| YUV | 202.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 183 | 194 | 0 | 0.25 | 0.20 | 0.05 | 349 | 0.71 | 0.84 |
| Hex | F3 | B7 | C2 | 0 | 19 | 14 | 5 | 15D | 47 | 54 |
| Octal | 363 | 267 | 302 | 0 | 31 | 24 | 5 | 535 | 107 | 124 |
| Binary | 11110011 | 10110111 | 11000010 | 0 | 11001 | 10100 | 101 | 101011101 | 1000111 | 1010100 |
Color Harmonies of #F3B7C2
Complementary color
Monochromatic Colors of #F3B7C2
Black with #F3B7C2
Text Example
Text Example
White with #F3B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B7C2; }
p { color: rgb(243,183,194); }
H1.HeaderClassName
{
color: #F3B7C2;
}
.AnyTagClassName
{
color: #F3B7C2;
}
</style>
background-color css
<style>
a { background-color: #F3B7C2; }
a { background-color: rgb(243,183,194); }
div.DivClassName
{
background-color: #F3B7C2;
}
.BgClassName
{
background-color: #F3B7C2;
}
</style>
border-color css
<style>
span { border-color: #F3B7C2; }
span { border-color: rgb(243,183,194); }
td.TdClassName
{
border-color: #F3B7C2;
}
.TagClassName
{
border-color: #F3B7C2;
}
</style>