#F9AE8B

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

Shades of Mandys Pink #F9AE8B

Tints of Mandys Pink #F9AE8B

Color information

#F9AE8B (or 0xF9AE8B) is unknown color: approx Mandys Pink. HEX triplet: F9, AE and 8B. RGB value is (249,174,139). Sum of RGB (Red+Green+Blue) = 249+174+139=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AE8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AE8B is #065174. Grayscale: #C0C0C0. Windows color (decimal): -414069 or 9154297. OLE color: 9154297.

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

Color convert

RGB249174139-
CMYK00.300.440.02
HSL19.09º90.16%76.08%-
HSV(B)19.09º44.18%97.65%-
XYZ58.8652.2831.41-
YUV192.4497.85168.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 139 (54.69% from 255) = 24.73%
R=44.31%
G=30.96%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917413900.300.440.0219.0990.1676.08
HexF9AE8B01E2C2135a4c
Octal37125621303654223132114
Binary111110011010111010001011011110101100101001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AE8B; }

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

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

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

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

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

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

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

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