#F2B4BF

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

Shades of Cupid #F2B4BF

Tints of Cupid #F2B4BF

Color information

#F2B4BF (or 0xF2B4BF) is unknown color: approx Cupid. HEX triplet: F2, B4 and BF. RGB value is (242,180,191). Sum of RGB (Red+Green+Blue) = 242+180+191=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4BF is #0D4B40. Grayscale: #C7C7C7. Windows color (decimal): -871233 or 12563698. OLE color: 12563698.

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

Color convert

RGB242180191-
CMYK00.260.210.05
HSL349.35º70.45%82.75%-
HSV(B)349.35º25.62%94.9%-
XYZ62.3455.2856.67-
YUV199.79123.04158.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 180 (70.70% from 255) = 29.36%
BLUE value IS 191 (75% from 255) = 31.16%
R=39.48%
G=29.36%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218019100.260.210.05349.3570.4582.75
HexF2B4BF01A15515d4653
Octal362264277032255535106123
Binary1111001010110100101111110110101010110110101110110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4BF; }

 p { color: rgb(242,180,191); }

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

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

 a { background-color: rgb(242,180,191); }

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

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

 span { border-color: rgb(242,180,191); }

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