#F2AD8E

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

Shades of Mandys Pink #F2AD8E

Tints of Mandys Pink #F2AD8E

Color information

#F2AD8E (or 0xF2AD8E) is unknown color: approx Mandys Pink. HEX triplet: F2, AD and 8E. RGB value is (242,173,142). Sum of RGB (Red+Green+Blue) = 242+173+142=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD8E is #0D5271. Grayscale: #BEBEBE. Windows color (decimal): -873074 or 9350642. OLE color: 9350642.

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

Color convert

RGB242173142-
CMYK00.290.410.05
HSL18.6º79.37%75.29%-
HSV(B)18.6º41.32%94.9%-
XYZ56.4450.7232.41-
YUV190.1100.86165.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=43.45%
G=31.06%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217314200.290.410.0518.679.3775.29
HexF2AD8E01D295134f4b
Octal36225521603551523117113
Binary1111001010101101100011100111011010011011001110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AD8E; }

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

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

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

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

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

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

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

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