#F2B4BE

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

Shades of Cupid #F2B4BE

Tints of Cupid #F2B4BE

Color information

#F2B4BE (or 0xF2B4BE) is unknown color: approx Cupid. HEX triplet: F2, B4 and BE. RGB value is (242,180,190). Sum of RGB (Red+Green+Blue) = 242+180+190=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4BE is #0D4B41. Grayscale: #C7C7C7. Windows color (decimal): -871234 or 12498162. OLE color: 12498162.

HSL color Cylindrical-coordinate representation of color #F2B4BE: hue angle of 350.32º 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 #F2B4BE is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242180190-
CMYK00.260.210.05
HSL350.32º70.45%82.75%-
HSV(B)350.32º25.62%94.9%-
XYZ62.2355.2456.1-
YUV199.68122.54158.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 180 (70.70% from 255) = 29.41%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=39.54%
G=29.41%
B=31.05%

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
Decimal24218019000.260.210.05350.3270.4582.75
HexF2B4BE01A15515e4653
Octal362264276032255536106123
Binary1111001010110100101111100110101010110110101111010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4BE; }

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

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

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

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

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

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

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

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