#F8A4BC

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

Shades of Cupid #F8A4BC

Tints of Cupid #F8A4BC

Color information

#F8A4BC (or 0xF8A4BC) is unknown color: approx Cupid. HEX triplet: F8, A4 and BC. RGB value is (248,164,188). Sum of RGB (Red+Green+Blue) = 248+164+188=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A4BC is #075B43. Grayscale: #BFBFBF. Windows color (decimal): -482116 or 12363000. OLE color: 12363000.

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

Color convert

RGB248164188-
CMYK00.340.240.03
HSL342.86º85.71%80.78%-
HSV(B)342.86º33.87%97.25%-
XYZ61.0650.1454.04-
YUV191.85125.83168.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.33%
GREEN value IS 164 (64.45% from 255) = 27.33%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=41.33%
G=27.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816418800.340.240.03342.8685.7180.78
HexF8A4BC0221831575651
Octal370244274042303527126121
Binary1111100010100100101111000100010110001110101011110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A4BC; }

 p { color: rgb(248,164,188); }

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

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

 a { background-color: rgb(248,164,188); }

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

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

 span { border-color: rgb(248,164,188); }

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