Html Css Color HEX #FAAE8D Mandys Pink

📋 copy color: '#FAAE8D'

red 250 ◦ green 174 ◦ blue 141

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

Shades of Mandys Pink #FAAE8D

Tints of Mandys Pink #FAAE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.8%

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

R = 44.25%
G = 30.8%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAAE8D (or 0xFAAE8D) is known color: Mandys Pink. HEX triplet: FA, AE and 8D. RGB value is (250,174,141). Sum of RGB (Red+Green+Blue) = 250+174+141=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE8D is #055172. Grayscale: #C1C1C1. Windows color (decimal): -348531 or 9285370. OLE color: 9285370.

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

Color convert

RGB 250 174 141 -
CMYK 0 0.30 0.44 0.02
HSL 18.17º 0.92% 0.77% -
HSV(B) 18.17º 0.44% 0.98% -
XYZ 59.37 52.52 32.21 -
YUV 192.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 250 174 141 0 0.30 0.44 0.02 18.17 0.92 0.77
Hex FA AE 8D 0 1E 2C 2 12 5C 4D
Octal 372 256 215 0 36 54 2 22 134 115
Binary 11111010 10101110 10001101 0 11110 101100 10 10010 1011100 1001101

Color Harmonies of #FAAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE8D

Black with #FAAE8D

Text Example


Text Example

White with #FAAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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