#F9AE92

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

Shades of Mandys Pink #F9AE92

Tints of Mandys Pink #F9AE92

Color information

#F9AE92 (or 0xF9AE92) is unknown color: approx Mandys Pink. HEX triplet: F9, AE and 92. RGB value is (249,174,146). Sum of RGB (Red+Green+Blue) = 249+174+146=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AE92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AE92 is #06516D. Grayscale: #C1C1C1. Windows color (decimal): -414062 or 9613049. OLE color: 9613049.

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

Color convert

RGB249174146-
CMYK00.300.410.02
HSL16.31º89.57%77.45%-
HSV(B)16.31º41.37%97.65%-
XYZ59.3952.4934.19-
YUV193.23101.35167.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.76%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 146 (57.42% from 255) = 25.66%
R=43.76%
G=30.58%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917414600.300.410.0216.3189.5777.45
HexF9AE9201E292105a4d
Octal37125622203651220132115
Binary111110011010111010010010011110101001101000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AE92; }

 p { color: rgb(249,174,146); }

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

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

 a { background-color: rgb(249,174,146); }

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

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

 span { border-color: rgb(249,174,146); }

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