Shades of Cupid #F0B4C3
Tints of Cupid #F0B4C3
RGB
CMYK
RGB Variations
Color information
#F0B4C3 (or 0xF0B4C3) is known color: Cupid. HEX triplet: F0, B4 and C3. RGB value is (240,180,195). Sum of RGB (Red+Green+Blue) = 240+180+195=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4C3 is #0F4B3C. Grayscale: #C7C7C7. Windows color (decimal): -1002301 or 12825840. OLE color: 12825840.
HSL color Cylindrical-coordinate representation of color #F0B4C3: hue angle of 345º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4C3 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 195 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.06 |
| HSL | 345º | 0.67% | 0.82% | - |
| HSV(B) | 345º | 0.25% | 0.94% | - |
| XYZ | 62.11 | 55.11 | 58.99 | - |
| YUV | 199.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 195 | 0 | 0.25 | 0.19 | 0.06 | 345 | 0.67 | 0.82 |
| Hex | F0 | B4 | C3 | 0 | 19 | 13 | 6 | 159 | 43 | 52 |
| Octal | 360 | 264 | 303 | 0 | 31 | 23 | 6 | 531 | 103 | 122 |
| Binary | 11110000 | 10110100 | 11000011 | 0 | 11001 | 10011 | 110 | 101011001 | 1000011 | 1010010 |
Color Harmonies of #F0B4C3
Complementary color
Monochromatic Colors of #F0B4C3
Black with #F0B4C3
Text Example
Text Example
White with #F0B4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4C3; }
p { color: rgb(240,180,195); }
H1.HeaderClassName
{
color: #F0B4C3;
}
.AnyTagClassName
{
color: #F0B4C3;
}
</style>
background-color css
<style>
a { background-color: #F0B4C3; }
a { background-color: rgb(240,180,195); }
div.DivClassName
{
background-color: #F0B4C3;
}
.BgClassName
{
background-color: #F0B4C3;
}
</style>
border-color css
<style>
span { border-color: #F0B4C3; }
span { border-color: rgb(240,180,195); }
td.TdClassName
{
border-color: #F0B4C3;
}
.TagClassName
{
border-color: #F0B4C3;
}
</style>