Shades of Cupid #FFB5CB
Tints of Cupid #FFB5CB
RGB
CMYK
RGB Variations
Color information
#FFB5CB (or 0xFFB5CB) is known color: Cupid. HEX triplet: FF, B5 and CB. RGB value is (255,181,203). Sum of RGB (Red+Green+Blue) = 255+181+203=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5CB is #004A34. Grayscale: #CDCDCD. Windows color (decimal): -18997 or 13350399. OLE color: 13350399.
HSL color Cylindrical-coordinate representation of color #FFB5CB: hue angle of 342.16º 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 #FFB5CB is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 203 | - |
| CMYK | 0 | 0.29 | 0.20 | 0 |
| HSL | 342.16º | 1% | 0.85% | - |
| HSV(B) | 342.16º | 0.29% | 1% | - |
| XYZ | 68.54 | 58.62 | 64.2 | - |
| YUV | 205.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 203 | 0 | 0.29 | 0.20 | 0 | 342.16 | 1 | 0.85 |
| Hex | FF | B5 | CB | 0 | 1D | 14 | 0 | 156 | 64 | 55 |
| Octal | 377 | 265 | 313 | 0 | 35 | 24 | 0 | 526 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11001011 | 0 | 11101 | 10100 | 0 | 101010110 | 1100100 | 1010101 |
Color Harmonies of #FFB5CB
Complementary color
Monochromatic Colors of #FFB5CB
Black with #FFB5CB
Text Example
Text Example
White with #FFB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5CB; }
p { color: rgb(255,181,203); }
H1.HeaderClassName
{
color: #FFB5CB;
}
.AnyTagClassName
{
color: #FFB5CB;
}
</style>
background-color css
<style>
a { background-color: #FFB5CB; }
a { background-color: rgb(255,181,203); }
div.DivClassName
{
background-color: #FFB5CB;
}
.BgClassName
{
background-color: #FFB5CB;
}
</style>
border-color css
<style>
span { border-color: #FFB5CB; }
span { border-color: rgb(255,181,203); }
td.TdClassName
{
border-color: #FFB5CB;
}
.TagClassName
{
border-color: #FFB5CB;
}
</style>