Html Css Color HEX #F5AA8C Mandys Pink

📋 copy color: '#F5AA8C'

red 245 ◦ green 170 ◦ blue 140

#F5AA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandys Pink #F5AA8C

Tints of Mandys Pink #F5AA8C

RGB

 RED value IS 245 (96.09% from 255) = 44.14%

 GREEN value IS 170 (66.8% from 255) = 30.63%

 BLUE value IS 140 (55.08% from 255) = 25.23%

R = 44.14%
G = 30.63%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5AA8C (or 0xF5AA8C) is known color: Mandys Pink. HEX triplet: F5, AA and 8C. RGB value is (245,170,140). Sum of RGB (Red+Green+Blue) = 245+170+140=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AA8C is #0A5573. Grayscale: #BDBDBD. Windows color (decimal): -677236 or 9218805. OLE color: 9218805.

HSL color Cylindrical-coordinate representation of color #F5AA8C: hue angle of 17.14º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5AA8C is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 170 140 -
CMYK 0 0.31 0.43 0.04
HSL 17.14º 0.84% 0.75% -
HSV(B) 17.14º 0.43% 0.96% -
XYZ 56.76 50.06 31.48 -
YUV 189.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 245 170 140 0 0.31 0.43 0.04 17.14 0.84 0.75
Hex F5 AA 8C 0 1F 2B 4 11 54 4B
Octal 365 252 214 0 37 53 4 21 124 113
Binary 11110101 10101010 10001100 0 11111 101011 100 10001 1010100 1001011

Color Harmonies of #F5AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AA8C

Black with #F5AA8C

Text Example


Text Example

White with #F5AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AA8C; }

 p { color: rgb(245,170,140); }

 H1.HeaderClassName
 {
   color: #F5AA8C;
 }
 .AnyTagClassName
 {
   color: #F5AA8C;
 }
</style>

background-color css

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

 a { background-color: rgb(245,170,140); }

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

border-color css

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

 span { border-color: rgb(245,170,140); }

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