Shades of Cupid #F8B4CC
Tints of Cupid #F8B4CC
RGB
CMYK
RGB Variations
Color information
#F8B4CC (or 0xF8B4CC) is known color: Cupid. HEX triplet: F8, B4 and CC. RGB value is (248,180,204). Sum of RGB (Red+Green+Blue) = 248+180+204=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B4CC is #074B33. Grayscale: #CBCBCB. Windows color (decimal): -478004 or 13415672. OLE color: 13415672.
HSL color Cylindrical-coordinate representation of color #F8B4CC: hue angle of 338.82º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B4CC is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 180 | 204 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.03 |
| HSL | 338.82º | 0.83% | 0.84% | - |
| HSV(B) | 338.82º | 0.27% | 0.97% | - |
| XYZ | 65.93 | 56.96 | 64.65 | - |
| YUV | 203.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 204 | 0 | 0.27 | 0.18 | 0.03 | 338.82 | 0.83 | 0.84 |
| Hex | F8 | B4 | CC | 0 | 1B | 12 | 3 | 153 | 53 | 54 |
| Octal | 370 | 264 | 314 | 0 | 33 | 22 | 3 | 523 | 123 | 124 |
| Binary | 11111000 | 10110100 | 11001100 | 0 | 11011 | 10010 | 11 | 101010011 | 1010011 | 1010100 |
Color Harmonies of #F8B4CC
Complementary color
Monochromatic Colors of #F8B4CC
Black with #F8B4CC
Text Example
Text Example
White with #F8B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B4CC; }
p { color: rgb(248,180,204); }
H1.HeaderClassName
{
color: #F8B4CC;
}
.AnyTagClassName
{
color: #F8B4CC;
}
</style>
background-color css
<style>
a { background-color: #F8B4CC; }
a { background-color: rgb(248,180,204); }
div.DivClassName
{
background-color: #F8B4CC;
}
.BgClassName
{
background-color: #F8B4CC;
}
</style>
border-color css
<style>
span { border-color: #F8B4CC; }
span { border-color: rgb(248,180,204); }
td.TdClassName
{
border-color: #F8B4CC;
}
.TagClassName
{
border-color: #F8B4CC;
}
</style>