#f2b5c4

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

Shades of Cupid #F2B5C4

Tints of Cupid #F2B5C4

Color information

#F2B5C4 (or 0xF2B5C4) is unknown color: approx Cupid. HEX triplet: F2, B5 and C4. RGB value is (242,181,196). Sum of RGB (Red+Green+Blue) = 242+181+196=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5C4 is #0D4A3B. Grayscale: #C8C8C8. Windows color (decimal): -870972 or 12891634. OLE color: 12891634.

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

Color convert

RGB242181196-
CMYK00.250.190.05
HSL345.25º70.11%82.94%-
HSV(B)345.25º25.21%94.9%-
XYZ63.1155.9159.69-
YUV200.95125.21157.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=39.10%
G=29.24%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218119600.250.190.05345.2570.1182.94
HexF2B5C40191351594653
Octal362265304031235531106123
Binary1111001010110101110001000110011001110110101100110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b5c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b5c4; }

 p { color: rgb(242,181,196); }

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

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

 a { background-color: rgb(242,181,196); }

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

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

 span { border-color: rgb(242,181,196); }

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