Html Css Color HEX #F5AC8A Mandys Pink

📋 copy color: '#F5AC8A'

red 245 ◦ green 172 ◦ blue 138

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

Shades of Mandys Pink #F5AC8A

Tints of Mandys Pink #F5AC8A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.99%

 BLUE value IS 138 (54.3% from 255) = 24.86%

R = 44.14%
G = 30.99%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5AC8A (or 0xF5AC8A) is known color: Mandys Pink. HEX triplet: F5, AC and 8A. RGB value is (245,172,138). Sum of RGB (Red+Green+Blue) = 245+172+138=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AC8A is #0A5375. Grayscale: #BEBEBE. Windows color (decimal): -676726 or 9088245. OLE color: 9088245.

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

Color convert

RGB 245 172 138 -
CMYK 0 0.30 0.44 0.04
HSL 19.07º 0.84% 0.75% -
HSV(B) 19.07º 0.44% 0.96% -
XYZ 57 50.75 30.84 -
YUV 189.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 245 172 138 0 0.30 0.44 0.04 19.07 0.84 0.75
Hex F5 AC 8A 0 1E 2C 4 13 54 4B
Octal 365 254 212 0 36 54 4 23 124 113
Binary 11110101 10101100 10001010 0 11110 101100 100 10011 1010100 1001011

Color Harmonies of #F5AC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AC8A

Black with #F5AC8A

Text Example


Text Example

White with #F5AC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AC8A; }

 p { color: rgb(245,172,138); }

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

background-color css

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

 a { background-color: rgb(245,172,138); }

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

border-color css

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

 span { border-color: rgb(245,172,138); }

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