Shades of Cupid #F3B3CC
Tints of Cupid #F3B3CC
RGB
CMYK
RGB Variations
Color information
#F3B3CC (or 0xF3B3CC) is known color: Cupid. HEX triplet: F3, B3 and CC. RGB value is (243,179,204). Sum of RGB (Red+Green+Blue) = 243+179+204=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B3CC is #0C4C33. Grayscale: #C8C8C8. Windows color (decimal): -805940 or 13415411. OLE color: 13415411.
HSL color Cylindrical-coordinate representation of color #F3B3CC: hue angle of 336.56º degrees, saturation: 0.73, 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 #F3B3CC is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 179 | 204 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.05 |
| HSL | 336.56º | 0.73% | 0.83% | - |
| HSV(B) | 336.56º | 0.26% | 0.95% | - |
| XYZ | 63.98 | 55.65 | 64.5 | - |
| YUV | 200.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 179 | 204 | 0 | 0.26 | 0.16 | 0.05 | 336.56 | 0.73 | 0.83 |
| Hex | F3 | B3 | CC | 0 | 1A | 10 | 5 | 151 | 49 | 53 |
| Octal | 363 | 263 | 314 | 0 | 32 | 20 | 5 | 521 | 111 | 123 |
| Binary | 11110011 | 10110011 | 11001100 | 0 | 11010 | 10000 | 101 | 101010001 | 1001001 | 1010011 |
Color Harmonies of #F3B3CC
Complementary color
Monochromatic Colors of #F3B3CC
Black with #F3B3CC
Text Example
Text Example
White with #F3B3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B3CC; }
p { color: rgb(243,179,204); }
H1.HeaderClassName
{
color: #F3B3CC;
}
.AnyTagClassName
{
color: #F3B3CC;
}
</style>
background-color css
<style>
a { background-color: #F3B3CC; }
a { background-color: rgb(243,179,204); }
div.DivClassName
{
background-color: #F3B3CC;
}
.BgClassName
{
background-color: #F3B3CC;
}
</style>
border-color css
<style>
span { border-color: #F3B3CC; }
span { border-color: rgb(243,179,204); }
td.TdClassName
{
border-color: #F3B3CC;
}
.TagClassName
{
border-color: #F3B3CC;
}
</style>