#F9BACA

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

Shades of Cupid #F9BACA

Tints of Cupid #F9BACA

Color information

#F9BACA (or 0xF9BACA) is unknown color: approx Cupid. HEX triplet: F9, BA and CA. RGB value is (249,186,202). Sum of RGB (Red+Green+Blue) = 249+186+202=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BACA is #064535. Grayscale: #CECECE. Windows color (decimal): -410934 or 13286137. OLE color: 13286137.

HSL color Cylindrical-coordinate representation of color #F9BACA: hue angle of 344.76º 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 #F9BACA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249186202-
CMYK00.250.190.02
HSL344.76º84%85.29%-
HSV(B)344.76º25.3%97.65%-
XYZ67.2959.5263.82-
YUV206.66125.37158.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.09%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=39.09%
G=29.20%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918620200.250.190.02344.768485.29
HexF9BACA0191321595455
Octal371272312031232531124125
Binary111110011011101011001010011001100111010101100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BACA; }

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

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

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

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

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

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

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

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