Html Css Color HEX #FAAD8C Mandys Pink

📋 copy color: '#FAAD8C'

red 250 ◦ green 173 ◦ blue 140

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

Shades of Mandys Pink #FAAD8C

Tints of Mandys Pink #FAAD8C

RGB

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

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

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

R = 44.4%
G = 30.73%
B = 24.87%

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

#FAAD8C (or 0xFAAD8C) is known color: Mandys Pink. HEX triplet: FA, AD and 8C. RGB value is (250,173,140). Sum of RGB (Red+Green+Blue) = 250+173+140=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAD8C is #055273. Grayscale: #C0C0C0. Windows color (decimal): -348788 or 9219578. OLE color: 9219578.

HSL color Cylindrical-coordinate representation of color #FAAD8C: hue angle of 18º 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 #FAAD8C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 173 140 -
CMYK 0 0.31 0.44 0.02
HSL 18º 0.92% 0.76% -
HSV(B) 18º 0.44% 0.98% -
XYZ 59.1 52.1 31.75 -
YUV 192.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 250 173 140 0 0.31 0.44 0.02 18 0.92 0.76
Hex FA AD 8C 0 1F 2C 2 12 5C 4C
Octal 372 255 214 0 37 54 2 22 134 114
Binary 11111010 10101101 10001100 0 11111 101100 10 10010 1011100 1001100

Color Harmonies of #FAAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAD8C

Black with #FAAD8C

Text Example


Text Example

White with #FAAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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