#F5A8BC

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

Shades of Cupid #F5A8BC

Tints of Cupid #F5A8BC

Color information

#F5A8BC (or 0xF5A8BC) is unknown color: approx Cupid. HEX triplet: F5, A8 and BC. RGB value is (245,168,188). Sum of RGB (Red+Green+Blue) = 245+168+188=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8BC is #0A5743. Grayscale: #C1C1C1. Windows color (decimal): -677700 or 12364021. OLE color: 12364021.

HSL color Cylindrical-coordinate representation of color #F5A8BC: hue angle of 344.42º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8BC is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245168188-
CMYK00.310.230.04
HSL344.42º79.38%80.98%-
HSV(B)344.42º31.43%96.08%-
XYZ60.7451.0554.23-
YUV193.3125.01164.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=40.77%
G=27.95%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516818800.310.230.04344.4279.3880.98
HexF5A8BC01F1741584f51
Octal365250274037274530117121
Binary1111010110101000101111000111111011110010101100010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A8BC; }

 p { color: rgb(245,168,188); }

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

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

 a { background-color: rgb(245,168,188); }

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

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

 span { border-color: rgb(245,168,188); }

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