#F7AE94

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

Shades of Mandys Pink #F7AE94

Tints of Mandys Pink #F7AE94

Color information

#F7AE94 (or 0xF7AE94) is unknown color: approx Mandys Pink. HEX triplet: F7, AE and 94. RGB value is (247,174,148). Sum of RGB (Red+Green+Blue) = 247+174+148=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AE94 is #08516B. Grayscale: #C1C1C1. Windows color (decimal): -545132 or 9744119. OLE color: 9744119.

HSL color Cylindrical-coordinate representation of color #F7AE94: hue angle of 15.76º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7AE94 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247174148-
CMYK00.300.400.03
HSL15.76º86.09%77.45%-
HSV(B)15.76º40.08%96.86%-
XYZ58.8452.1834.99-
YUV192.86102.68166.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.41%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 148 (58.20% from 255) = 26.01%
R=43.41%
G=30.58%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717414800.300.400.0315.7686.0977.45
HexF7AE9401E28310564d
Octal36725622403650320126115
Binary111101111010111010010100011110101000111000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE94; }

 p { color: rgb(247,174,148); }

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

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

 a { background-color: rgb(247,174,148); }

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

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

 span { border-color: rgb(247,174,148); }

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