#F3B2C2

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

Shades of Cupid #F3B2C2

Tints of Cupid #F3B2C2

Color information

#F3B2C2 (or 0xF3B2C2) is unknown color: approx Cupid. HEX triplet: F3, B2 and C2. RGB value is (243,178,194). Sum of RGB (Red+Green+Blue) = 243+178+194=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B2C2 is #0C4D3D. Grayscale: #C7C7C7. Windows color (decimal): -806206 or 12759795. OLE color: 12759795.

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

Color convert

RGB243178194-
CMYK00.270.200.05
HSL345.23º73.03%82.55%-
HSV(B)345.23º26.75%95.29%-
XYZ62.6254.7958.31-
YUV199.26125.03159.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 178 (69.92% from 255) = 28.94%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=39.51%
G=28.94%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317819400.270.200.05345.2373.0382.55
HexF3B2C201B1451594953
Octal363262302033245531111123
Binary1111001110110010110000100110111010010110101100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2C2; }

 p { color: rgb(243,178,194); }

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

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

 a { background-color: rgb(243,178,194); }

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

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

 span { border-color: rgb(243,178,194); }

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