Html Css Color HEX #FAAD8D Mandys Pink

📋 copy color: '#FAAD8D'

red 250 ◦ green 173 ◦ blue 141

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

Shades of Mandys Pink #FAAD8D

Tints of Mandys Pink #FAAD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

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

R = 44.33%
G = 30.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAAD8D (or 0xFAAD8D) is known color: Mandys Pink. HEX triplet: FA, AD and 8D. RGB value is (250,173,141). Sum of RGB (Red+Green+Blue) = 250+173+141=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAD8D is #055272. Grayscale: #C0C0C0. Windows color (decimal): -348787 or 9285114. OLE color: 9285114.

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

Color convert

RGB 250 173 141 -
CMYK 0 0.31 0.44 0.02
HSL 17.61º 0.92% 0.77% -
HSV(B) 17.61º 0.44% 0.98% -
XYZ 59.18 52.13 32.14 -
YUV 192.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 250 173 141 0 0.31 0.44 0.02 17.61 0.92 0.77
Hex FA AD 8D 0 1F 2C 2 12 5C 4D
Octal 372 255 215 0 37 54 2 22 134 115
Binary 11111010 10101101 10001101 0 11111 101100 10 10010 1011100 1001101

Color Harmonies of #FAAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAD8D

Black with #FAAD8D

Text Example


Text Example

White with #FAAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAD8D; }

 p { color: rgb(250,173,141); }

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

background-color css

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

 a { background-color: rgb(250,173,141); }

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

border-color css

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

 span { border-color: rgb(250,173,141); }

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