Shades of Cupid #F3B6C3
Tints of Cupid #F3B6C3
RGB
CMYK
RGB Variations
Color information
#F3B6C3 (or 0xF3B6C3) is known color: Cupid. HEX triplet: F3, B6 and C3. RGB value is (243,182,195). Sum of RGB (Red+Green+Blue) = 243+182+195=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B6C3 is #0C493C. Grayscale: #C9C9C9. Windows color (decimal): -805181 or 12826355. OLE color: 12826355.
HSL color Cylindrical-coordinate representation of color #F3B6C3: hue angle of 347.21º 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 #F3B6C3 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 182 | 195 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.05 |
| HSL | 347.21º | 0.72% | 0.83% | - |
| HSV(B) | 347.21º | 0.25% | 0.95% | - |
| XYZ | 63.54 | 56.45 | 59.18 | - |
| YUV | 201.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 182 | 195 | 0 | 0.25 | 0.20 | 0.05 | 347.21 | 0.72 | 0.83 |
| Hex | F3 | B6 | C3 | 0 | 19 | 14 | 5 | 15B | 48 | 53 |
| Octal | 363 | 266 | 303 | 0 | 31 | 24 | 5 | 533 | 110 | 123 |
| Binary | 11110011 | 10110110 | 11000011 | 0 | 11001 | 10100 | 101 | 101011011 | 1001000 | 1010011 |
Color Harmonies of #F3B6C3
Complementary color
Monochromatic Colors of #F3B6C3
Black with #F3B6C3
Text Example
Text Example
White with #F3B6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B6C3; }
p { color: rgb(243,182,195); }
H1.HeaderClassName
{
color: #F3B6C3;
}
.AnyTagClassName
{
color: #F3B6C3;
}
</style>
background-color css
<style>
a { background-color: #F3B6C3; }
a { background-color: rgb(243,182,195); }
div.DivClassName
{
background-color: #F3B6C3;
}
.BgClassName
{
background-color: #F3B6C3;
}
</style>
border-color css
<style>
span { border-color: #F3B6C3; }
span { border-color: rgb(243,182,195); }
td.TdClassName
{
border-color: #F3B6C3;
}
.TagClassName
{
border-color: #F3B6C3;
}
</style>