Shades of Cupid #FFB5CA
Tints of Cupid #FFB5CA
RGB
CMYK
RGB Variations
Color information
#FFB5CA (or 0xFFB5CA) is known color: Cupid. HEX triplet: FF, B5 and CA. RGB value is (255,181,202). Sum of RGB (Red+Green+Blue) = 255+181+202=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5CA is #004A35. Grayscale: #CDCDCD. Windows color (decimal): -18998 or 13284863. OLE color: 13284863.
HSL color Cylindrical-coordinate representation of color #FFB5CA: hue angle of 342.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5CA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 202 | - |
| CMYK | 0 | 0.29 | 0.21 | 0 |
| HSL | 342.97º | 1% | 0.85% | - |
| HSV(B) | 342.97º | 0.29% | 1% | - |
| XYZ | 68.42 | 58.57 | 63.58 | - |
| YUV | 205.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 202 | 0 | 0.29 | 0.21 | 0 | 342.97 | 1 | 0.85 |
| Hex | FF | B5 | CA | 0 | 1D | 15 | 0 | 157 | 64 | 55 |
| Octal | 377 | 265 | 312 | 0 | 35 | 25 | 0 | 527 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11001010 | 0 | 11101 | 10101 | 0 | 101010111 | 1100100 | 1010101 |
Color Harmonies of #FFB5CA
Complementary color
Monochromatic Colors of #FFB5CA
Black with #FFB5CA
Text Example
Text Example
White with #FFB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5CA; }
p { color: rgb(255,181,202); }
H1.HeaderClassName
{
color: #FFB5CA;
}
.AnyTagClassName
{
color: #FFB5CA;
}
</style>
background-color css
<style>
a { background-color: #FFB5CA; }
a { background-color: rgb(255,181,202); }
div.DivClassName
{
background-color: #FFB5CA;
}
.BgClassName
{
background-color: #FFB5CA;
}
</style>
border-color css
<style>
span { border-color: #FFB5CA; }
span { border-color: rgb(255,181,202); }
td.TdClassName
{
border-color: #FFB5CA;
}
.TagClassName
{
border-color: #FFB5CA;
}
</style>