#F5B9C9

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

Shades of Cupid #F5B9C9

Tints of Cupid #F5B9C9

Color information

#F5B9C9 (or 0xF5B9C9) is unknown color: approx Cupid. HEX triplet: F5, B9 and C9. RGB value is (245,185,201). Sum of RGB (Red+Green+Blue) = 245+185+201=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9C9 is #0A4636. Grayscale: #CCCCCC. Windows color (decimal): -673335 or 13220341. OLE color: 13220341.

HSL color Cylindrical-coordinate representation of color #F5B9C9: hue angle of 344º 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 #F5B9C9 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245185201-
CMYK00.240.180.04
HSL344º75%84.31%-
HSV(B)344º24.49%96.08%-
XYZ65.5558.3363.06-
YUV204.76125.88156.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 185 (72.66% from 255) = 29.32%
BLUE value IS 201 (78.91% from 255) = 31.85%
R=38.83%
G=29.32%
B=31.85%

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
Decimal24518520100.240.180.043447584.31
HexF5B9C90181241584b54
Octal365271311030224530113124
Binary1111010110111001110010010110001001010010101100010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9C9; }

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

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

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

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

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

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

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

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