Shades of Cupid #F3B5C0
Tints of Cupid #F3B5C0
RGB
CMYK
RGB Variations
Color information
#F3B5C0 (or 0xF3B5C0) is known color: Cupid. HEX triplet: F3, B5 and C0. RGB value is (243,181,192). Sum of RGB (Red+Green+Blue) = 243+181+192=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5C0 is #0C4A3F. Grayscale: #C8C8C8. Windows color (decimal): -805440 or 12629491. OLE color: 12629491.
HSL color Cylindrical-coordinate representation of color #F3B5C0: hue angle of 349.35º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B5C0 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 181 | 192 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.05 |
| HSL | 349.35º | 0.72% | 0.83% | - |
| HSV(B) | 349.35º | 0.26% | 0.95% | - |
| XYZ | 63 | 55.91 | 57.34 | - |
| YUV | 200.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 181 | 192 | 0 | 0.26 | 0.21 | 0.05 | 349.35 | 0.72 | 0.83 |
| Hex | F3 | B5 | C0 | 0 | 1A | 15 | 5 | 15D | 48 | 53 |
| Octal | 363 | 265 | 300 | 0 | 32 | 25 | 5 | 535 | 110 | 123 |
| Binary | 11110011 | 10110101 | 11000000 | 0 | 11010 | 10101 | 101 | 101011101 | 1001000 | 1010011 |
Color Harmonies of #F3B5C0
Complementary color
Monochromatic Colors of #F3B5C0
Black with #F3B5C0
Text Example
Text Example
White with #F3B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B5C0; }
p { color: rgb(243,181,192); }
H1.HeaderClassName
{
color: #F3B5C0;
}
.AnyTagClassName
{
color: #F3B5C0;
}
</style>
background-color css
<style>
a { background-color: #F3B5C0; }
a { background-color: rgb(243,181,192); }
div.DivClassName
{
background-color: #F3B5C0;
}
.BgClassName
{
background-color: #F3B5C0;
}
</style>
border-color css
<style>
span { border-color: #F3B5C0; }
span { border-color: rgb(243,181,192); }
td.TdClassName
{
border-color: #F3B5C0;
}
.TagClassName
{
border-color: #F3B5C0;
}
</style>