Shades of Cupid #F0B0C3
Tints of Cupid #F0B0C3
RGB
CMYK
RGB Variations
Color information
#F0B0C3 (or 0xF0B0C3) is known color: Cupid. HEX triplet: F0, B0 and C3. RGB value is (240,176,195). Sum of RGB (Red+Green+Blue) = 240+176+195=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0C3 is #0F4F3C. Grayscale: #C5C5C5. Windows color (decimal): -1003325 or 12824816. OLE color: 12824816.
HSL color Cylindrical-coordinate representation of color #F0B0C3: hue angle of 342.19º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0C3 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 195 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.06 |
| HSL | 342.19º | 0.68% | 0.82% | - |
| HSV(B) | 342.19º | 0.27% | 0.94% | - |
| XYZ | 61.31 | 53.52 | 58.73 | - |
| YUV | 197.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 195 | 0 | 0.27 | 0.19 | 0.06 | 342.19 | 0.68 | 0.82 |
| Hex | F0 | B0 | C3 | 0 | 1B | 13 | 6 | 156 | 44 | 52 |
| Octal | 360 | 260 | 303 | 0 | 33 | 23 | 6 | 526 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11000011 | 0 | 11011 | 10011 | 110 | 101010110 | 1000100 | 1010010 |
Color Harmonies of #F0B0C3
Complementary color
Monochromatic Colors of #F0B0C3
Black with #F0B0C3
Text Example
Text Example
White with #F0B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0C3; }
p { color: rgb(240,176,195); }
H1.HeaderClassName
{
color: #F0B0C3;
}
.AnyTagClassName
{
color: #F0B0C3;
}
</style>
background-color css
<style>
a { background-color: #F0B0C3; }
a { background-color: rgb(240,176,195); }
div.DivClassName
{
background-color: #F0B0C3;
}
.BgClassName
{
background-color: #F0B0C3;
}
</style>
border-color css
<style>
span { border-color: #F0B0C3; }
span { border-color: rgb(240,176,195); }
td.TdClassName
{
border-color: #F0B0C3;
}
.TagClassName
{
border-color: #F0B0C3;
}
</style>