#F5B8CA

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

Shades of Cupid #F5B8CA

Tints of Cupid #F5B8CA

Color information

#F5B8CA (or 0xF5B8CA) is unknown color: approx Cupid. HEX triplet: F5, B8 and CA. RGB value is (245,184,202). Sum of RGB (Red+Green+Blue) = 245+184+202=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8CA is #0A4735. Grayscale: #CCCCCC. Windows color (decimal): -673590 or 13285621. OLE color: 13285621.

HSL color Cylindrical-coordinate representation of color #F5B8CA: hue angle of 342.3º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B8CA is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245184202-
CMYK00.250.180.04
HSL342.3º75.31%84.12%-
HSV(B)342.3º24.9%96.08%-
XYZ65.4657.9663.61-
YUV204.29126.71157.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 184 (72.27% from 255) = 29.16%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=38.83%
G=29.16%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518420200.250.180.04342.375.3184.12
HexF5B8CA0191241564b54
Octal365270312031224526113124
Binary1111010110111000110010100110011001010010101011010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8CA; }

 p { color: rgb(245,184,202); }

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

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

 a { background-color: rgb(245,184,202); }

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

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

 span { border-color: rgb(245,184,202); }

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