#F3ADC2

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

Shades of Cupid #F3ADC2

Tints of Cupid #F3ADC2

Color information

#F3ADC2 (or 0xF3ADC2) is unknown color: approx Cupid. HEX triplet: F3, AD and C2. RGB value is (243,173,194). Sum of RGB (Red+Green+Blue) = 243+173+194=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADC2 is #0C523D. Grayscale: #C4C4C4. Windows color (decimal): -807486 or 12758515. OLE color: 12758515.

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

Color convert

RGB243173194-
CMYK00.290.200.05
HSL342º74.47%81.57%-
HSV(B)342º28.81%95.29%-
XYZ61.6452.8457.99-
YUV196.32126.69161.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=39.84%
G=28.36%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317319400.290.200.0534274.4781.57
HexF3ADC201D1451564a52
Octal363255302035245526112122
Binary1111001110101101110000100111011010010110101011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADC2; }

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

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

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

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

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

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

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

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