#F3AF8E

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

Shades of Mandys Pink #F3AF8E

Tints of Mandys Pink #F3AF8E

Color information

#F3AF8E (or 0xF3AF8E) is unknown color: approx Mandys Pink. HEX triplet: F3, AF and 8E. RGB value is (243,175,142). Sum of RGB (Red+Green+Blue) = 243+175+142=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AF8E is #0C5071. Grayscale: #BFBFBF. Windows color (decimal): -807026 or 9351155. OLE color: 9351155.

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

Color convert

RGB243175142-
CMYK00.280.420.05
HSL19.6º80.8%75.49%-
HSV(B)19.6º41.56%95.29%-
XYZ57.1751.6732.55-
YUV191.57100.03164.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.39%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 142 (55.86% from 255) = 25.36%
R=43.39%
G=31.25%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317514200.280.420.0519.680.875.49
HexF3AF8E01C2A514514b
Octal36325721603452524121113
Binary1111001110101111100011100111001010101011010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AF8E; }

 p { color: rgb(243,175,142); }

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

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

 a { background-color: rgb(243,175,142); }

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

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

 span { border-color: rgb(243,175,142); }

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