Shades of Cupid #F8B2C4
Tints of Cupid #F8B2C4
RGB
CMYK
RGB Variations
Color information
#F8B2C4 (or 0xF8B2C4) is known color: Cupid. HEX triplet: F8, B2 and C4. RGB value is (248,178,196). Sum of RGB (Red+Green+Blue) = 248+178+196=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2C4 is #074D3B. Grayscale: #C8C8C8. Windows color (decimal): -478524 or 12890872. OLE color: 12890872.
HSL color Cylindrical-coordinate representation of color #F8B2C4: hue angle of 344.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B2C4 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 196 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.03 |
| HSL | 344.57º | 0.83% | 0.84% | - |
| HSV(B) | 344.57º | 0.28% | 0.97% | - |
| XYZ | 64.6 | 55.78 | 59.59 | - |
| YUV | 200.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 196 | 0 | 0.28 | 0.21 | 0.03 | 344.57 | 0.83 | 0.84 |
| Hex | F8 | B2 | C4 | 0 | 1C | 15 | 3 | 159 | 53 | 54 |
| Octal | 370 | 262 | 304 | 0 | 34 | 25 | 3 | 531 | 123 | 124 |
| Binary | 11111000 | 10110010 | 11000100 | 0 | 11100 | 10101 | 11 | 101011001 | 1010011 | 1010100 |
Color Harmonies of #F8B2C4
Complementary color
Monochromatic Colors of #F8B2C4
Black with #F8B2C4
Text Example
Text Example
White with #F8B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2C4; }
p { color: rgb(248,178,196); }
H1.HeaderClassName
{
color: #F8B2C4;
}
.AnyTagClassName
{
color: #F8B2C4;
}
</style>
background-color css
<style>
a { background-color: #F8B2C4; }
a { background-color: rgb(248,178,196); }
div.DivClassName
{
background-color: #F8B2C4;
}
.BgClassName
{
background-color: #F8B2C4;
}
</style>
border-color css
<style>
span { border-color: #F8B2C4; }
span { border-color: rgb(248,178,196); }
td.TdClassName
{
border-color: #F8B2C4;
}
.TagClassName
{
border-color: #F8B2C4;
}
</style>