Html Css Color HEX #FAAF91 Mandys Pink

📋 copy color: '#FAAF91'

red 250 ◦ green 175 ◦ blue 145

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

Shades of Mandys Pink #FAAF91

Tints of Mandys Pink #FAAF91

RGB

 RED value IS 250 (98.05% from 255) = 43.86%

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

 BLUE value IS 145 (57.03% from 255) = 25.44%

R = 43.86%
G = 30.7%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAAF91 (or 0xFAAF91) is known color: Mandys Pink. HEX triplet: FA, AF and 91. RGB value is (250,175,145). Sum of RGB (Red+Green+Blue) = 250+175+145=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 145 (57.03% from 255 or 25.44% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF91 is #05506E. Grayscale: #C2C2C2. Windows color (decimal): -348271 or 9547770. OLE color: 9547770.

HSL color Cylindrical-coordinate representation of color #FAAF91: hue angle of 17.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAAF91 is Cyan = 0, Magento = 0.3, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 145 -
CMYK 0 0.3 0.42 0.02
HSL 17.14º 0.91% 0.77% -
HSV(B) 17.14º 0.42% 0.98% -
XYZ 59.87 53.03 33.87 -
YUV 194.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 250 175 145 0 0.3 0.42 0.02 17.14 0.91 0.77
Hex FA AF 91 0 1E 2A 2 11 5B 4D
Octal 372 257 221 0 36 52 2 21 133 115
Binary 11111010 10101111 10010001 0 11110 101010 10 10001 1011011 1001101

Color Harmonies of #FAAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF91

Black with #FAAF91

Text Example


Text Example

White with #FAAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF91; }

 p { color: rgb(250,175,145); }

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

background-color css

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

 a { background-color: rgb(250,175,145); }

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

border-color css

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

 span { border-color: rgb(250,175,145); }

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