#F5B0CA

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

Shades of Cupid #F5B0CA

Tints of Cupid #F5B0CA

Color information

#F5B0CA (or 0xF5B0CA) is unknown color: approx Cupid. HEX triplet: F5, B0 and CA. RGB value is (245,176,202). Sum of RGB (Red+Green+Blue) = 245+176+202=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B0CA is #0A4F35. Grayscale: #C7C7C7. Windows color (decimal): -675638 or 13283573. OLE color: 13283573.

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

Color convert

RGB245176202-
CMYK00.280.180.04
HSL337.39º77.53%82.55%-
HSV(B)337.39º28.16%96.08%-
XYZ63.8454.7363.08-
YUV199.6129.36160.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 176 (69.14% from 255) = 28.25%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=39.33%
G=28.25%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517620200.280.180.04337.3977.5382.55
HexF5B0CA01C1241514e53
Octal365260312034224521116123
Binary1111010110110000110010100111001001010010101000110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B0CA; }

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

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

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

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

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

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

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

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