Html Css Color HEX #F5AF8D Mandys Pink

📋 copy color: '#F5AF8D'

red 245 ◦ green 175 ◦ blue 141

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

Shades of Mandys Pink #F5AF8D

Tints of Mandys Pink #F5AF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.13%

R = 43.67%
G = 31.19%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5AF8D (or 0xF5AF8D) is known color: Mandys Pink. HEX triplet: F5, AF and 8D. RGB value is (245,175,141). Sum of RGB (Red+Green+Blue) = 245+175+141=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF8D is #0A5072. Grayscale: #C0C0C0. Windows color (decimal): -675955 or 9285621. OLE color: 9285621.

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

Color convert

RGB 245 175 141 -
CMYK 0 0.29 0.42 0.04
HSL 19.62º 0.84% 0.76% -
HSV(B) 19.62º 0.42% 0.96% -
XYZ 57.79 52 32.19 -
YUV 192.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 245 175 141 0 0.29 0.42 0.04 19.62 0.84 0.76
Hex F5 AF 8D 0 1D 2A 4 14 54 4C
Octal 365 257 215 0 35 52 4 24 124 114
Binary 11110101 10101111 10001101 0 11101 101010 100 10100 1010100 1001100

Color Harmonies of #F5AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF8D

Black with #F5AF8D

Text Example


Text Example

White with #F5AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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