#F2AD93

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

Shades of Mandys Pink #F2AD93

Tints of Mandys Pink #F2AD93

Color information

#F2AD93 (or 0xF2AD93) is unknown color: approx Mandys Pink. HEX triplet: F2, AD and 93. RGB value is (242,173,147). Sum of RGB (Red+Green+Blue) = 242+173+147=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD93 is #0D526C. Grayscale: #BEBEBE. Windows color (decimal): -873069 or 9678322. OLE color: 9678322.

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

Color convert

RGB242173147-
CMYK00.290.390.05
HSL16.42º78.51%76.27%-
HSV(B)16.42º39.26%94.9%-
XYZ56.8350.8734.43-
YUV190.67103.36164.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=43.06%
G=30.78%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217314700.290.390.0516.4278.5176.27
HexF2AD9301D275104f4c
Octal36225522303547520117114
Binary1111001010101101100100110111011001111011000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AD93; }

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

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

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

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

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

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

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

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