Html Css Color HEX #F5AF8A Mandys Pink

📋 copy color: '#F5AF8A'

red 245 ◦ green 175 ◦ blue 138

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

Shades of Mandys Pink #F5AF8A

Tints of Mandys Pink #F5AF8A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.36%

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

R = 43.91%
G = 31.36%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5AF8A (or 0xF5AF8A) is known color: Mandys Pink. HEX triplet: F5, AF and 8A. RGB value is (245,175,138). Sum of RGB (Red+Green+Blue) = 245+175+138=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF8A is #0A5075. Grayscale: #BFBFBF. Windows color (decimal): -675958 or 9089013. OLE color: 9089013.

HSL color Cylindrical-coordinate representation of color #F5AF8A: hue angle of 20.75º 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 #F5AF8A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 138 -
CMYK 0 0.29 0.44 0.04
HSL 20.75º 0.84% 0.75% -
HSV(B) 20.75º 0.44% 0.96% -
XYZ 57.57 51.91 31.03 -
YUV 191.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 245 175 138 0 0.29 0.44 0.04 20.75 0.84 0.75
Hex F5 AF 8A 0 1D 2C 4 15 54 4B
Octal 365 257 212 0 35 54 4 25 124 113
Binary 11110101 10101111 10001010 0 11101 101100 100 10101 1010100 1001011

Color Harmonies of #F5AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF8A

Black with #F5AF8A

Text Example


Text Example

White with #F5AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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