Shades of Cupid #F1B3C8
Tints of Cupid #F1B3C8
RGB
CMYK
RGB Variations
Color information
#F1B3C8 (or 0xF1B3C8) is known color: Cupid. HEX triplet: F1, B3 and C8. RGB value is (241,179,200). Sum of RGB (Red+Green+Blue) = 241+179+200=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3C8 is #0E4C37. Grayscale: #C7C7C7. Windows color (decimal): -937016 or 13153265. OLE color: 13153265.
HSL color Cylindrical-coordinate representation of color #F1B3C8: hue angle of 339.68º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B3C8 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 200 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.05 |
| HSL | 339.68º | 0.69% | 0.82% | - |
| HSV(B) | 339.68º | 0.26% | 0.95% | - |
| XYZ | 62.82 | 55.11 | 61.97 | - |
| YUV | 199.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 200 | 0 | 0.26 | 0.17 | 0.05 | 339.68 | 0.69 | 0.82 |
| Hex | F1 | B3 | C8 | 0 | 1A | 11 | 5 | 154 | 45 | 52 |
| Octal | 361 | 263 | 310 | 0 | 32 | 21 | 5 | 524 | 105 | 122 |
| Binary | 11110001 | 10110011 | 11001000 | 0 | 11010 | 10001 | 101 | 101010100 | 1000101 | 1010010 |
Color Harmonies of #F1B3C8
Complementary color
Monochromatic Colors of #F1B3C8
Black with #F1B3C8
Text Example
Text Example
White with #F1B3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B3C8; }
p { color: rgb(241,179,200); }
H1.HeaderClassName
{
color: #F1B3C8;
}
.AnyTagClassName
{
color: #F1B3C8;
}
</style>
background-color css
<style>
a { background-color: #F1B3C8; }
a { background-color: rgb(241,179,200); }
div.DivClassName
{
background-color: #F1B3C8;
}
.BgClassName
{
background-color: #F1B3C8;
}
</style>
border-color css
<style>
span { border-color: #F1B3C8; }
span { border-color: rgb(241,179,200); }
td.TdClassName
{
border-color: #F1B3C8;
}
.TagClassName
{
border-color: #F1B3C8;
}
</style>