#F3B2BF

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

Shades of Cupid #F3B2BF

Tints of Cupid #F3B2BF

Color information

#F3B2BF (or 0xF3B2BF) is unknown color: approx Cupid. HEX triplet: F3, B2 and BF. RGB value is (243,178,191). Sum of RGB (Red+Green+Blue) = 243+178+191=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B2BF is #0C4D40. Grayscale: #C6C6C6. Windows color (decimal): -806209 or 12563187. OLE color: 12563187.

HSL color Cylindrical-coordinate representation of color #F3B2BF: hue angle of 348º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B2BF is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243178191-
CMYK00.270.210.05
HSL348º73.03%82.55%-
HSV(B)348º26.75%95.29%-
XYZ62.2954.6656.56-
YUV198.92123.53159.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.71%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 191 (75% from 255) = 31.21%
R=39.71%
G=29.08%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317819100.270.210.0534873.0382.55
HexF3B2BF01B15515c4953
Octal363262277033255534111123
Binary1111001110110010101111110110111010110110101110010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2BF; }

 p { color: rgb(243,178,191); }

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

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

 a { background-color: rgb(243,178,191); }

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

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

 span { border-color: rgb(243,178,191); }

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