#F7B5CB

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

Shades of Cupid #F7B5CB

Tints of Cupid #F7B5CB

Color information

#F7B5CB (or 0xF7B5CB) is unknown color: approx Cupid. HEX triplet: F7, B5 and CB. RGB value is (247,181,203). Sum of RGB (Red+Green+Blue) = 247+181+203=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B5CB is #084A34. Grayscale: #CBCBCB. Windows color (decimal): -543285 or 13350391. OLE color: 13350391.

HSL color Cylindrical-coordinate representation of color #F7B5CB: hue angle of 340º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B5CB is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247181203-
CMYK00.270.180.03
HSL340º80.49%83.92%-
HSV(B)340º26.72%96.86%-
XYZ65.6657.1364.07-
YUV203.24127.87159.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.14%
GREEN value IS 181 (71.09% from 255) = 28.68%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=39.14%
G=28.68%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718120300.270.180.0334080.4983.92
HexF7B5CB01B1231545054
Octal367265313033223524120124
Binary111101111011010111001011011011100101110101010010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B5CB; }

 p { color: rgb(247,181,203); }

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

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

 a { background-color: rgb(247,181,203); }

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

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

 span { border-color: rgb(247,181,203); }

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