#F9BACB

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

Shades of Cupid #F9BACB

Tints of Cupid #F9BACB

Color information

#F9BACB (or 0xF9BACB) is unknown color: approx Cupid. HEX triplet: F9, BA and CB. RGB value is (249,186,203). Sum of RGB (Red+Green+Blue) = 249+186+203=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BACB is #064534. Grayscale: #CECECE. Windows color (decimal): -410933 or 13351673. OLE color: 13351673.

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

Color convert

RGB249186203-
CMYK00.250.180.02
HSL343.81º84%85.29%-
HSV(B)343.81º25.3%97.65%-
XYZ67.4159.5764.45-
YUV206.77125.87158.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.03%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 203 (79.69% from 255) = 31.82%
R=39.03%
G=29.15%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918620300.250.180.02343.818485.29
HexF9BACB0191221585455
Octal371272313031222530124125
Binary111110011011101011001011011001100101010101100010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BACB; }

 p { color: rgb(249,186,203); }

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

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

 a { background-color: rgb(249,186,203); }

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

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

 span { border-color: rgb(249,186,203); }

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