#F2B3C0

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

Shades of Cupid #F2B3C0

Tints of Cupid #F2B3C0

Color information

#F2B3C0 (or 0xF2B3C0) is unknown color: approx Cupid. HEX triplet: F2, B3 and C0. RGB value is (242,179,192). Sum of RGB (Red+Green+Blue) = 242+179+192=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3C0 is #0D4C3F. Grayscale: #C7C7C7. Windows color (decimal): -871488 or 12628978. OLE color: 12628978.

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

Color convert

RGB242179192-
CMYK00.260.210.05
HSL347.62º70.79%82.55%-
HSV(B)347.62º26.03%94.9%-
XYZ62.2554.9257.19-
YUV199.32123.87158.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 179 (70.31% from 255) = 29.20%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=39.48%
G=29.20%
B=31.32%

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
Decimal24217919200.260.210.05347.6270.7982.55
HexF2B3C001A15515c4753
Octal362263300032255534107123
Binary1111001010110011110000000110101010110110101110010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B3C0; }

 p { color: rgb(242,179,192); }

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

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

 a { background-color: rgb(242,179,192); }

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

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

 span { border-color: rgb(242,179,192); }

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