Html Css Color HEX #F1AF8C Mandys Pink

📋 copy color: '#F1AF8C'

red 241 ◦ green 175 ◦ blue 140

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

Shades of Mandys Pink #F1AF8C

Tints of Mandys Pink #F1AF8C

RGB

 RED value IS 241 (94.53% from 255) = 43.35%

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

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

R = 43.35%
G = 31.47%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1AF8C (or 0xF1AF8C) is known color: Mandys Pink. HEX triplet: F1, AF and 8C. RGB value is (241,175,140). Sum of RGB (Red+Green+Blue) = 241+175+140=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AF8C is #0E5073. Grayscale: #BEBEBE. Windows color (decimal): -938100 or 9220081. OLE color: 9220081.

HSL color Cylindrical-coordinate representation of color #F1AF8C: hue angle of 20.79º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1AF8C is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 175 140 -
CMYK 0 0.27 0.42 0.05
HSL 20.79º 0.78% 0.75% -
HSV(B) 20.79º 0.42% 0.95% -
XYZ 56.34 51.25 31.73 -
YUV 190.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 241 175 140 0 0.27 0.42 0.05 20.79 0.78 0.75
Hex F1 AF 8C 0 1B 2A 5 15 4E 4B
Octal 361 257 214 0 33 52 5 25 116 113
Binary 11110001 10101111 10001100 0 11011 101010 101 10101 1001110 1001011

Color Harmonies of #F1AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF8C

Black with #F1AF8C

Text Example


Text Example

White with #F1AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF8C; }

 p { color: rgb(241,175,140); }

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

background-color css

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

 a { background-color: rgb(241,175,140); }

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

border-color css

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

 span { border-color: rgb(241,175,140); }

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