Shades of Cupid #F3B6C2
Tints of Cupid #F3B6C2
RGB
CMYK
RGB Variations
Color information
#F3B6C2 (or 0xF3B6C2) is known color: Cupid. HEX triplet: F3, B6 and C2. RGB value is (243,182,194). Sum of RGB (Red+Green+Blue) = 243+182+194=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B6C2 is #0C493D. Grayscale: #C9C9C9. Windows color (decimal): -805182 or 12760819. OLE color: 12760819.
HSL color Cylindrical-coordinate representation of color #F3B6C2: hue angle of 348.2º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3B6C2 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 182 | 194 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.05 |
| HSL | 348.2º | 0.72% | 0.83% | - |
| HSV(B) | 348.2º | 0.25% | 0.95% | - |
| XYZ | 63.43 | 56.41 | 58.58 | - |
| YUV | 201.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 182 | 194 | 0 | 0.25 | 0.20 | 0.05 | 348.2 | 0.72 | 0.83 |
| Hex | F3 | B6 | C2 | 0 | 19 | 14 | 5 | 15C | 48 | 53 |
| Octal | 363 | 266 | 302 | 0 | 31 | 24 | 5 | 534 | 110 | 123 |
| Binary | 11110011 | 10110110 | 11000010 | 0 | 11001 | 10100 | 101 | 101011100 | 1001000 | 1010011 |
Color Harmonies of #F3B6C2
Complementary color
Monochromatic Colors of #F3B6C2
Black with #F3B6C2
Text Example
Text Example
White with #F3B6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B6C2; }
p { color: rgb(243,182,194); }
H1.HeaderClassName
{
color: #F3B6C2;
}
.AnyTagClassName
{
color: #F3B6C2;
}
</style>
background-color css
<style>
a { background-color: #F3B6C2; }
a { background-color: rgb(243,182,194); }
div.DivClassName
{
background-color: #F3B6C2;
}
.BgClassName
{
background-color: #F3B6C2;
}
</style>
border-color css
<style>
span { border-color: #F3B6C2; }
span { border-color: rgb(243,182,194); }
td.TdClassName
{
border-color: #F3B6C2;
}
.TagClassName
{
border-color: #F3B6C2;
}
</style>