#F4B2BF

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

Shades of Cupid #F4B2BF

Tints of Cupid #F4B2BF

Color information

#F4B2BF (or 0xF4B2BF) is unknown color: approx Cupid. HEX triplet: F4, B2 and BF. RGB value is (244,178,191). Sum of RGB (Red+Green+Blue) = 244+178+191=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2BF is #0B4D40. Grayscale: #C7C7C7. Windows color (decimal): -740673 or 12563188. OLE color: 12563188.

HSL color Cylindrical-coordinate representation of color #F4B2BF: hue angle of 348.18º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B2BF is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244178191-
CMYK00.270.220.04
HSL348.18º75%82.75%-
HSV(B)348.18º27.05%95.69%-
XYZ62.6354.8456.57-
YUV199.22123.37159.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 191 (75% from 255) = 31.16%
R=39.80%
G=29.04%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417819100.270.220.04348.187582.75
HexF4B2BF01B16415c4b53
Octal364262277033264534113123
Binary1111010010110010101111110110111011010010101110010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B2BF; }

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

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

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

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

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

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

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

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