Shades of Cupid #F5B3CB
Tints of Cupid #F5B3CB
RGB
CMYK
RGB Variations
Color information
#F5B3CB (or 0xF5B3CB) is known color: Cupid. HEX triplet: F5, B3 and CB. RGB value is (245,179,203). Sum of RGB (Red+Green+Blue) = 245+179+203=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3CB is #0A4C34. Grayscale: #C9C9C9. Windows color (decimal): -674869 or 13349877. OLE color: 13349877.
HSL color Cylindrical-coordinate representation of color #F5B3CB: hue angle of 338.18º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B3CB is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 203 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.04 |
| HSL | 338.18º | 0.77% | 0.83% | - |
| HSV(B) | 338.18º | 0.27% | 0.96% | - |
| XYZ | 64.56 | 55.96 | 63.9 | - |
| YUV | 201.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 203 | 0 | 0.27 | 0.17 | 0.04 | 338.18 | 0.77 | 0.83 |
| Hex | F5 | B3 | CB | 0 | 1B | 11 | 4 | 152 | 4D | 53 |
| Octal | 365 | 263 | 313 | 0 | 33 | 21 | 4 | 522 | 115 | 123 |
| Binary | 11110101 | 10110011 | 11001011 | 0 | 11011 | 10001 | 100 | 101010010 | 1001101 | 1010011 |
Color Harmonies of #F5B3CB
Complementary color
Monochromatic Colors of #F5B3CB
Black with #F5B3CB
Text Example
Text Example
White with #F5B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B3CB; }
p { color: rgb(245,179,203); }
H1.HeaderClassName
{
color: #F5B3CB;
}
.AnyTagClassName
{
color: #F5B3CB;
}
</style>
background-color css
<style>
a { background-color: #F5B3CB; }
a { background-color: rgb(245,179,203); }
div.DivClassName
{
background-color: #F5B3CB;
}
.BgClassName
{
background-color: #F5B3CB;
}
</style>
border-color css
<style>
span { border-color: #F5B3CB; }
span { border-color: rgb(245,179,203); }
td.TdClassName
{
border-color: #F5B3CB;
}
.TagClassName
{
border-color: #F5B3CB;
}
</style>