Shades of Cupid #F8B1CA
Tints of Cupid #F8B1CA
RGB
CMYK
RGB Variations
Color information
#F8B1CA (or 0xF8B1CA) is known color: Cupid. HEX triplet: F8, B1 and CA. RGB value is (248,177,202). Sum of RGB (Red+Green+Blue) = 248+177+202=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1CA is #074E35. Grayscale: #C9C9C9. Windows color (decimal): -478774 or 13283832. OLE color: 13283832.
HSL color Cylindrical-coordinate representation of color #F8B1CA: hue angle of 338.87º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B1CA is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 202 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.03 |
| HSL | 338.87º | 0.84% | 0.83% | - |
| HSV(B) | 338.87º | 0.29% | 0.97% | - |
| XYZ | 65.09 | 55.67 | 63.19 | - |
| YUV | 201.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 202 | 0 | 0.29 | 0.19 | 0.03 | 338.87 | 0.84 | 0.83 |
| Hex | F8 | B1 | CA | 0 | 1D | 13 | 3 | 153 | 54 | 53 |
| Octal | 370 | 261 | 312 | 0 | 35 | 23 | 3 | 523 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11001010 | 0 | 11101 | 10011 | 11 | 101010011 | 1010100 | 1010011 |
Color Harmonies of #F8B1CA
Complementary color
Monochromatic Colors of #F8B1CA
Black with #F8B1CA
Text Example
Text Example
White with #F8B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1CA; }
p { color: rgb(248,177,202); }
H1.HeaderClassName
{
color: #F8B1CA;
}
.AnyTagClassName
{
color: #F8B1CA;
}
</style>
background-color css
<style>
a { background-color: #F8B1CA; }
a { background-color: rgb(248,177,202); }
div.DivClassName
{
background-color: #F8B1CA;
}
.BgClassName
{
background-color: #F8B1CA;
}
</style>
border-color css
<style>
span { border-color: #F8B1CA; }
span { border-color: rgb(248,177,202); }
td.TdClassName
{
border-color: #F8B1CA;
}
.TagClassName
{
border-color: #F8B1CA;
}
</style>