#F2AD92

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

Shades of Mandys Pink #F2AD92

Tints of Mandys Pink #F2AD92

Color information

#F2AD92 (or 0xF2AD92) is unknown color: approx Mandys Pink. HEX triplet: F2, AD and 92. RGB value is (242,173,146). Sum of RGB (Red+Green+Blue) = 242+173+146=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD92 is #0D526D. Grayscale: #BEBEBE. Windows color (decimal): -873070 or 9612786. OLE color: 9612786.

HSL color Cylindrical-coordinate representation of color #F2AD92: hue angle of 16.88º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2AD92 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242173146-
CMYK00.290.400.05
HSL16.88º78.69%76.08%-
HSV(B)16.88º39.67%94.9%-
XYZ56.7550.8434.02-
YUV190.55102.86164.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=43.14%
G=30.84%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217314600.290.400.0516.8878.6976.08
HexF2AD9201D285114f4c
Octal36225522203550521117114
Binary1111001010101101100100100111011010001011000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AD92; }

 p { color: rgb(242,173,146); }

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

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

 a { background-color: rgb(242,173,146); }

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

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

 span { border-color: rgb(242,173,146); }

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