#F9AF90

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

Shades of Mandys Pink #F9AF90

Tints of Mandys Pink #F9AF90

Color information

#F9AF90 (or 0xF9AF90) is unknown color: approx Mandys Pink. HEX triplet: F9, AF and 90. RGB value is (249,175,144). Sum of RGB (Red+Green+Blue) = 249+175+144=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AF90 is #06506F. Grayscale: #C1C1C1. Windows color (decimal): -413808 or 9482233. OLE color: 9482233.

HSL color Cylindrical-coordinate representation of color #F9AF90: hue angle of 17.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9AF90 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB249175144-
CMYK00.300.420.02
HSL17.71º89.74%77.06%-
HSV(B)17.71º42.17%97.65%-
XYZ59.4352.8133.45-
YUV193.59100.02167.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=43.84%
G=30.81%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917514400.300.420.0217.7189.7477.06
HexF9AF9001E2A2125a4d
Octal37125722003652222132115
Binary111110011010111110010000011110101010101001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AF90; }

 p { color: rgb(249,175,144); }

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

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

 a { background-color: rgb(249,175,144); }

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

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

 span { border-color: rgb(249,175,144); }

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