#F9BACC

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

Shades of Cupid #F9BACC

Tints of Cupid #F9BACC

Color information

#F9BACC (or 0xF9BACC) is unknown color: approx Cupid. HEX triplet: F9, BA and CC. RGB value is (249,186,204). Sum of RGB (Red+Green+Blue) = 249+186+204=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BACC is #064533. Grayscale: #CECECE. Windows color (decimal): -410932 or 13417209. OLE color: 13417209.

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

Color convert

RGB249186204-
CMYK00.250.180.02
HSL342.86º84%85.29%-
HSV(B)342.86º25.3%97.65%-
XYZ67.5259.6265.08-
YUV206.89126.37158.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=38.97%
G=29.11%
B=31.92%

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
Decimal24918620400.250.180.02342.868485.29
HexF9BACC0191221575455
Octal371272314031222527124125
Binary111110011011101011001100011001100101010101011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BACC; }

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

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

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

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

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

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

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

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