Shades of Cupid #FFB3CA
Tints of Cupid #FFB3CA
RGB
CMYK
RGB Variations
Color information
#FFB3CA (or 0xFFB3CA) is known color: Cupid. HEX triplet: FF, B3 and CA. RGB value is (255,179,202). Sum of RGB (Red+Green+Blue) = 255+179+202=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3CA is #004C35. Grayscale: #CCCCCC. Windows color (decimal): -19510 or 13284351. OLE color: 13284351.
HSL color Cylindrical-coordinate representation of color #FFB3CA: hue angle of 341.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3CA is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 202 | - |
| CMYK | 0 | 0.30 | 0.21 | 0 |
| HSL | 341.84º | 1% | 0.85% | - |
| HSV(B) | 341.84º | 0.3% | 1% | - |
| XYZ | 68.02 | 57.76 | 63.44 | - |
| YUV | 204.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 202 | 0 | 0.30 | 0.21 | 0 | 341.84 | 1 | 0.85 |
| Hex | FF | B3 | CA | 0 | 1E | 15 | 0 | 156 | 64 | 55 |
| Octal | 377 | 263 | 312 | 0 | 36 | 25 | 0 | 526 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11001010 | 0 | 11110 | 10101 | 0 | 101010110 | 1100100 | 1010101 |
Color Harmonies of #FFB3CA
Complementary color
Monochromatic Colors of #FFB3CA
Black with #FFB3CA
Text Example
Text Example
White with #FFB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3CA; }
p { color: rgb(255,179,202); }
H1.HeaderClassName
{
color: #FFB3CA;
}
.AnyTagClassName
{
color: #FFB3CA;
}
</style>
background-color css
<style>
a { background-color: #FFB3CA; }
a { background-color: rgb(255,179,202); }
div.DivClassName
{
background-color: #FFB3CA;
}
.BgClassName
{
background-color: #FFB3CA;
}
</style>
border-color css
<style>
span { border-color: #FFB3CA; }
span { border-color: rgb(255,179,202); }
td.TdClassName
{
border-color: #FFB3CA;
}
.TagClassName
{
border-color: #FFB3CA;
}
</style>