Shades of Cupid #F8B1C3
Tints of Cupid #F8B1C3
RGB
CMYK
RGB Variations
Color information
#F8B1C3 (or 0xF8B1C3) is known color: Cupid. HEX triplet: F8, B1 and C3. RGB value is (248,177,195). Sum of RGB (Red+Green+Blue) = 248+177+195=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1C3 is #074E3C. Grayscale: #C8C8C8. Windows color (decimal): -478781 or 12825080. OLE color: 12825080.
HSL color Cylindrical-coordinate representation of color #F8B1C3: hue angle of 344.79º 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 #F8B1C3 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 195 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.03 |
| HSL | 344.79º | 0.84% | 0.83% | - |
| HSV(B) | 344.79º | 0.29% | 0.97% | - |
| XYZ | 64.28 | 55.34 | 58.92 | - |
| YUV | 200.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 195 | 0 | 0.29 | 0.21 | 0.03 | 344.79 | 0.84 | 0.83 |
| Hex | F8 | B1 | C3 | 0 | 1D | 15 | 3 | 159 | 54 | 53 |
| Octal | 370 | 261 | 303 | 0 | 35 | 25 | 3 | 531 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11000011 | 0 | 11101 | 10101 | 11 | 101011001 | 1010100 | 1010011 |
Color Harmonies of #F8B1C3
Complementary color
Monochromatic Colors of #F8B1C3
Black with #F8B1C3
Text Example
Text Example
White with #F8B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1C3; }
p { color: rgb(248,177,195); }
H1.HeaderClassName
{
color: #F8B1C3;
}
.AnyTagClassName
{
color: #F8B1C3;
}
</style>
background-color css
<style>
a { background-color: #F8B1C3; }
a { background-color: rgb(248,177,195); }
div.DivClassName
{
background-color: #F8B1C3;
}
.BgClassName
{
background-color: #F8B1C3;
}
</style>
border-color css
<style>
span { border-color: #F8B1C3; }
span { border-color: rgb(248,177,195); }
td.TdClassName
{
border-color: #F8B1C3;
}
.TagClassName
{
border-color: #F8B1C3;
}
</style>