#F4B0BF

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

Shades of Cupid #F4B0BF

Tints of Cupid #F4B0BF

Color information

#F4B0BF (or 0xF4B0BF) is unknown color: approx Cupid. HEX triplet: F4, B0 and BF. RGB value is (244,176,191). Sum of RGB (Red+Green+Blue) = 244+176+191=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0BF is #0B4F40. Grayscale: #C6C6C6. Windows color (decimal): -741185 or 12562676. OLE color: 12562676.

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

Color convert

RGB244176191-
CMYK00.280.220.04
HSL346.76º75.56%82.35%-
HSV(B)346.76º27.87%95.69%-
XYZ62.2454.0556.44-
YUV198.04124.03160.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.93%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 191 (75% from 255) = 31.26%
R=39.93%
G=28.81%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417619100.280.220.04346.7675.5682.35
HexF4B0BF01C16415b4c52
Octal364260277034264533114122
Binary1111010010110000101111110111001011010010101101110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B0BF; }

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

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

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

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

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

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

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

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