Shades of Cupid #F5B3CC
Tints of Cupid #F5B3CC
RGB
CMYK
RGB Variations
Color information
#F5B3CC (or 0xF5B3CC) is known color: Cupid. HEX triplet: F5, B3 and CC. RGB value is (245,179,204). Sum of RGB (Red+Green+Blue) = 245+179+204=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3CC is #0A4C33. Grayscale: #C9C9C9. Windows color (decimal): -674868 or 13415413. OLE color: 13415413.
HSL color Cylindrical-coordinate representation of color #F5B3CC: hue angle of 337.27º 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 #F5B3CC is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 204 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.04 |
| HSL | 337.27º | 0.77% | 0.83% | - |
| HSV(B) | 337.27º | 0.27% | 0.96% | - |
| XYZ | 64.68 | 56.01 | 64.53 | - |
| YUV | 201.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 204 | 0 | 0.27 | 0.17 | 0.04 | 337.27 | 0.77 | 0.83 |
| Hex | F5 | B3 | CC | 0 | 1B | 11 | 4 | 151 | 4D | 53 |
| Octal | 365 | 263 | 314 | 0 | 33 | 21 | 4 | 521 | 115 | 123 |
| Binary | 11110101 | 10110011 | 11001100 | 0 | 11011 | 10001 | 100 | 101010001 | 1001101 | 1010011 |
Color Harmonies of #F5B3CC
Complementary color
Monochromatic Colors of #F5B3CC
Black with #F5B3CC
Text Example
Text Example
White with #F5B3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B3CC; }
p { color: rgb(245,179,204); }
H1.HeaderClassName
{
color: #F5B3CC;
}
.AnyTagClassName
{
color: #F5B3CC;
}
</style>
background-color css
<style>
a { background-color: #F5B3CC; }
a { background-color: rgb(245,179,204); }
div.DivClassName
{
background-color: #F5B3CC;
}
.BgClassName
{
background-color: #F5B3CC;
}
</style>
border-color css
<style>
span { border-color: #F5B3CC; }
span { border-color: rgb(245,179,204); }
td.TdClassName
{
border-color: #F5B3CC;
}
.TagClassName
{
border-color: #F5B3CC;
}
</style>