Shades of Cupid #F3B4CA
Tints of Cupid #F3B4CA
RGB
CMYK
RGB Variations
Color information
#F3B4CA (or 0xF3B4CA) is known color: Cupid. HEX triplet: F3, B4 and CA. RGB value is (243,180,202). Sum of RGB (Red+Green+Blue) = 243+180+202=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4CA is #0C4B35. Grayscale: #C9C9C9. Windows color (decimal): -805686 or 13284595. OLE color: 13284595.
HSL color Cylindrical-coordinate representation of color #F3B4CA: hue angle of 339.05º 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 #F3B4CA is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 202 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.05 |
| HSL | 339.05º | 0.72% | 0.83% | - |
| HSV(B) | 339.05º | 0.26% | 0.95% | - |
| XYZ | 63.94 | 55.96 | 63.31 | - |
| YUV | 201.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 202 | 0 | 0.26 | 0.17 | 0.05 | 339.05 | 0.72 | 0.83 |
| Hex | F3 | B4 | CA | 0 | 1A | 11 | 5 | 153 | 48 | 53 |
| Octal | 363 | 264 | 312 | 0 | 32 | 21 | 5 | 523 | 110 | 123 |
| Binary | 11110011 | 10110100 | 11001010 | 0 | 11010 | 10001 | 101 | 101010011 | 1001000 | 1010011 |
Color Harmonies of #F3B4CA
Complementary color
Monochromatic Colors of #F3B4CA
Black with #F3B4CA
Text Example
Text Example
White with #F3B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B4CA; }
p { color: rgb(243,180,202); }
H1.HeaderClassName
{
color: #F3B4CA;
}
.AnyTagClassName
{
color: #F3B4CA;
}
</style>
background-color css
<style>
a { background-color: #F3B4CA; }
a { background-color: rgb(243,180,202); }
div.DivClassName
{
background-color: #F3B4CA;
}
.BgClassName
{
background-color: #F3B4CA;
}
</style>
border-color css
<style>
span { border-color: #F3B4CA; }
span { border-color: rgb(243,180,202); }
td.TdClassName
{
border-color: #F3B4CA;
}
.TagClassName
{
border-color: #F3B4CA;
}
</style>