#F5B9CA

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

Shades of Cupid #F5B9CA

Tints of Cupid #F5B9CA

Color information

#F5B9CA (or 0xF5B9CA) is unknown color: approx Cupid. HEX triplet: F5, B9 and CA. RGB value is (245,185,202). Sum of RGB (Red+Green+Blue) = 245+185+202=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9CA is #0A4635. Grayscale: #CCCCCC. Windows color (decimal): -673334 or 13285877. OLE color: 13285877.

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

Color convert

RGB245185202-
CMYK00.240.180.04
HSL343º75%84.31%-
HSV(B)343º24.49%96.08%-
XYZ65.6758.3763.68-
YUV204.88126.38156.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 185 (72.66% from 255) = 29.27%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=38.77%
G=29.27%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518520200.240.180.043437584.31
HexF5B9CA0181241574b54
Octal365271312030224527113124
Binary1111010110111001110010100110001001010010101011110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9CA; }

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

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

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

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

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

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

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

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