#F3ADC4

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

Shades of Cupid #F3ADC4

Tints of Cupid #F3ADC4

Color information

#F3ADC4 (or 0xF3ADC4) is unknown color: approx Cupid. HEX triplet: F3, AD and C4. RGB value is (243,173,196). Sum of RGB (Red+Green+Blue) = 243+173+196=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADC4 is #0C523B. Grayscale: #C4C4C4. Windows color (decimal): -807484 or 12889587. OLE color: 12889587.

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

Color convert

RGB243173196-
CMYK00.290.190.05
HSL340.29º74.47%81.57%-
HSV(B)340.29º28.81%95.29%-
XYZ61.8752.9359.18-
YUV196.55127.69161.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.71%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=39.71%
G=28.27%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317319600.290.190.05340.2974.4781.57
HexF3ADC401D1351544a52
Octal363255304035235524112122
Binary1111001110101101110001000111011001110110101010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADC4; }

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

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

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

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

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

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

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

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