Html Css Color HEX #FAAF8B Mandys Pink

📋 copy color: '#FAAF8B'

red 250 ◦ green 175 ◦ blue 139

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

Shades of Mandys Pink #FAAF8B

Tints of Mandys Pink #FAAF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.65%

R = 44.33%
G = 31.03%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAAF8B (or 0xFAAF8B) is known color: Mandys Pink. HEX triplet: FA, AF and 8B. RGB value is (250,175,139). Sum of RGB (Red+Green+Blue) = 250+175+139=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF8B is #055074. Grayscale: #C1C1C1. Windows color (decimal): -348277 or 9154554. OLE color: 9154554.

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

Color convert

RGB 250 175 139 -
CMYK 0 0.3 0.44 0.02
HSL 19.46º 0.92% 0.76% -
HSV(B) 19.46º 0.44% 0.98% -
XYZ 59.41 52.85 31.5 -
YUV 193.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 250 175 139 0 0.3 0.44 0.02 19.46 0.92 0.76
Hex FA AF 8B 0 1E 2C 2 13 5C 4C
Octal 372 257 213 0 36 54 2 23 134 114
Binary 11111010 10101111 10001011 0 11110 101100 10 10011 1011100 1001100

Color Harmonies of #FAAF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF8B

Black with #FAAF8B

Text Example


Text Example

White with #FAAF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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