Shades of Cupid #F3B4CC
Tints of Cupid #F3B4CC
RGB
CMYK
RGB Variations
Color information
#F3B4CC (or 0xF3B4CC) is known color: Cupid. HEX triplet: F3, B4 and CC. RGB value is (243,180,204). Sum of RGB (Red+Green+Blue) = 243+180+204=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4CC is #0C4B33. Grayscale: #C9C9C9. Windows color (decimal): -805684 or 13415667. OLE color: 13415667.
HSL color Cylindrical-coordinate representation of color #F3B4CC: hue angle of 337.14º 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 #F3B4CC is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 204 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.05 |
| HSL | 337.14º | 0.72% | 0.83% | - |
| HSV(B) | 337.14º | 0.26% | 0.95% | - |
| XYZ | 64.18 | 56.06 | 64.56 | - |
| YUV | 201.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 204 | 0 | 0.26 | 0.16 | 0.05 | 337.14 | 0.72 | 0.83 |
| Hex | F3 | B4 | CC | 0 | 1A | 10 | 5 | 151 | 48 | 53 |
| Octal | 363 | 264 | 314 | 0 | 32 | 20 | 5 | 521 | 110 | 123 |
| Binary | 11110011 | 10110100 | 11001100 | 0 | 11010 | 10000 | 101 | 101010001 | 1001000 | 1010011 |
Color Harmonies of #F3B4CC
Complementary color
Monochromatic Colors of #F3B4CC
Black with #F3B4CC
Text Example
Text Example
White with #F3B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B4CC; }
p { color: rgb(243,180,204); }
H1.HeaderClassName
{
color: #F3B4CC;
}
.AnyTagClassName
{
color: #F3B4CC;
}
</style>
background-color css
<style>
a { background-color: #F3B4CC; }
a { background-color: rgb(243,180,204); }
div.DivClassName
{
background-color: #F3B4CC;
}
.BgClassName
{
background-color: #F3B4CC;
}
</style>
border-color css
<style>
span { border-color: #F3B4CC; }
span { border-color: rgb(243,180,204); }
td.TdClassName
{
border-color: #F3B4CC;
}
.TagClassName
{
border-color: #F3B4CC;
}
</style>