#F8A7BA

Color #F8A7BA Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #F8A7BA

Tints of Cupid #F8A7BA

Color information

#F8A7BA (or 0xF8A7BA) is unknown color: approx Cupid. HEX triplet: F8, A7 and BA. RGB value is (248,167,186). Sum of RGB (Red+Green+Blue) = 248+167+186=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7BA is #075845. Grayscale: #C1C1C1. Windows color (decimal): -481350 or 12232696. OLE color: 12232696.

HSL color Cylindrical-coordinate representation of color #F8A7BA: hue angle of 345.93º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7BA is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248167186-
CMYK00.330.250.03
HSL345.93º85.26%81.37%-
HSV(B)345.93º32.66%97.25%-
XYZ61.3951.1453.09-
YUV193.38123.84166.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 167 (65.62% from 255) = 27.79%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=41.26%
G=27.79%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816718600.330.250.03345.9385.2681.37
HexF8A7BA02119315a5551
Octal370247272041313532125121
Binary1111100010100111101110100100001110011110101101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7BA; }

 p { color: rgb(248,167,186); }

 H1.HeaderClassName
 {
   color: #F8A7BA;
 }
 .AnyTagClassName
 {
   color: #F8A7BA;
 }
</style>
background-color css

<style>
 a { background-color: #F8A7BA; }

 a { background-color: rgb(248,167,186); }

 div.DivClassName
 {
   background-color: #F8A7BA;
 }
 .BgClassName
 {
   background-color: #F8A7BA;
 }
</style>
border-color css

<style>
 span { border-color: #F8A7BA; }

 span { border-color: rgb(248,167,186); }

 td.TdClassName
 {
   border-color: #F8A7BA;
 }
 .TagClassName
 {
   border-color: #F8A7BA;
 }
</style>