Shades of Cupid #F3B8C4
Tints of Cupid #F3B8C4
RGB
CMYK
RGB Variations
Color information
#F3B8C4 (or 0xF3B8C4) is known color: Cupid. HEX triplet: F3, B8 and C4. RGB value is (243,184,196). Sum of RGB (Red+Green+Blue) = 243+184+196=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B8C4 is #0C473B. Grayscale: #CBCBCB. Windows color (decimal): -804668 or 12892403. OLE color: 12892403.
HSL color Cylindrical-coordinate representation of color #F3B8C4: hue angle of 347.8º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B8C4 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 184 | 196 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.05 |
| HSL | 347.8º | 0.71% | 0.84% | - |
| HSV(B) | 347.8º | 0.24% | 0.95% | - |
| XYZ | 64.07 | 57.32 | 59.91 | - |
| YUV | 203.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 184 | 196 | 0 | 0.24 | 0.19 | 0.05 | 347.8 | 0.71 | 0.84 |
| Hex | F3 | B8 | C4 | 0 | 18 | 13 | 5 | 15C | 47 | 54 |
| Octal | 363 | 270 | 304 | 0 | 30 | 23 | 5 | 534 | 107 | 124 |
| Binary | 11110011 | 10111000 | 11000100 | 0 | 11000 | 10011 | 101 | 101011100 | 1000111 | 1010100 |
Color Harmonies of #F3B8C4
Complementary color
Monochromatic Colors of #F3B8C4
Black with #F3B8C4
Text Example
Text Example
White with #F3B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B8C4; }
p { color: rgb(243,184,196); }
H1.HeaderClassName
{
color: #F3B8C4;
}
.AnyTagClassName
{
color: #F3B8C4;
}
</style>
background-color css
<style>
a { background-color: #F3B8C4; }
a { background-color: rgb(243,184,196); }
div.DivClassName
{
background-color: #F3B8C4;
}
.BgClassName
{
background-color: #F3B8C4;
}
</style>
border-color css
<style>
span { border-color: #F3B8C4; }
span { border-color: rgb(243,184,196); }
td.TdClassName
{
border-color: #F3B8C4;
}
.TagClassName
{
border-color: #F3B8C4;
}
</style>