#F8AF8E

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

Shades of Mandys Pink #F8AF8E

Tints of Mandys Pink #F8AF8E

Color information

#F8AF8E (or 0xF8AF8E) is unknown color: approx Mandys Pink. HEX triplet: F8, AF and 8E. RGB value is (248,175,142). Sum of RGB (Red+Green+Blue) = 248+175+142=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AF8E is #075071. Grayscale: #C1C1C1. Windows color (decimal): -479346 or 9351160. OLE color: 9351160.

HSL color Cylindrical-coordinate representation of color #F8AF8E: hue angle of 18.68º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8AF8E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248175142-
CMYK00.290.430.03
HSL18.68º88.33%76.47%-
HSV(B)18.68º42.74%97.25%-
XYZ58.9252.5732.63-
YUV193.0699.18167.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 142 (55.86% from 255) = 25.13%
R=43.89%
G=30.97%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817514200.290.430.0318.6888.3376.47
HexF8AF8E01D2B313584c
Octal37025721603553323130114
Binary111110001010111110001110011101101011111001110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF8E; }

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

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

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

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

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

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

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

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