#F1AF8A

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

Shades of Mandys Pink #F1AF8A

Tints of Mandys Pink #F1AF8A

Color information

#F1AF8A (or 0xF1AF8A) is unknown color: approx Mandys Pink. HEX triplet: F1, AF and 8A. RGB value is (241,175,138). Sum of RGB (Red+Green+Blue) = 241+175+138=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AF8A is #0E5075. Grayscale: #BEBEBE. Windows color (decimal): -938102 or 9089009. OLE color: 9089009.

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

Color convert

RGB241175138-
CMYK00.270.430.05
HSL21.55º78.63%74.31%-
HSV(B)21.55º42.74%94.51%-
XYZ56.1951.230.96-
YUV190.5298.37164.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=43.50%
G=31.59%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117513800.270.430.0521.5578.6374.31
HexF1AF8A01B2B5164f4a
Octal36125721203353526117112
Binary1111000110101111100010100110111010111011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF8A; }

 p { color: rgb(241,175,138); }

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

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

 a { background-color: rgb(241,175,138); }

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

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

 span { border-color: rgb(241,175,138); }

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