Html Css Color HEX #FAAF8A Mandys Pink

📋 copy color: '#FAAF8A'

red 250 ◦ green 175 ◦ blue 138

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

Shades of Mandys Pink #FAAF8A

Tints of Mandys Pink #FAAF8A

RGB

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

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

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

R = 44.4%
G = 31.08%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAAF8A (or 0xFAAF8A) is known color: Mandys Pink. HEX triplet: FA, AF and 8A. RGB value is (250,175,138). Sum of RGB (Red+Green+Blue) = 250+175+138=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF8A is #055075. Grayscale: #C1C1C1. Windows color (decimal): -348278 or 9089018. OLE color: 9089018.

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

Color convert

RGB 250 175 138 -
CMYK 0 0.3 0.45 0.02
HSL 19.82º 0.92% 0.76% -
HSV(B) 19.82º 0.45% 0.98% -
XYZ 59.34 52.82 31.11 -
YUV 193.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 250 175 138 0 0.3 0.45 0.02 19.82 0.92 0.76
Hex FA AF 8A 0 1E 2D 2 14 5C 4C
Octal 372 257 212 0 36 55 2 24 134 114
Binary 11111010 10101111 10001010 0 11110 101101 10 10100 1011100 1001100

Color Harmonies of #FAAF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF8A

Black with #FAAF8A

Text Example


Text Example

White with #FAAF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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