Html Css Color HEX #FAAF8C Mandys Pink

📋 copy color: '#FAAF8C'

red 250 ◦ green 175 ◦ blue 140

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

Shades of Mandys Pink #FAAF8C

Tints of Mandys Pink #FAAF8C

RGB

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

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

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

R = 44.25%
G = 30.97%
B = 24.78%

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

#FAAF8C (or 0xFAAF8C) is known color: Mandys Pink. HEX triplet: FA, AF and 8C. RGB value is (250,175,140). Sum of RGB (Red+Green+Blue) = 250+175+140=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF8C is #055073. Grayscale: #C1C1C1. Windows color (decimal): -348276 or 9220090. OLE color: 9220090.

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

Color convert

RGB 250 175 140 -
CMYK 0 0.3 0.44 0.02
HSL 19.09º 0.92% 0.76% -
HSV(B) 19.09º 0.44% 0.98% -
XYZ 59.49 52.88 31.88 -
YUV 193.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 250 175 140 0 0.3 0.44 0.02 19.09 0.92 0.76
Hex FA AF 8C 0 1E 2C 2 13 5C 4C
Octal 372 257 214 0 36 54 2 23 134 114
Binary 11111010 10101111 10001100 0 11110 101100 10 10011 1011100 1001100

Color Harmonies of #FAAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF8C

Black with #FAAF8C

Text Example


Text Example

White with #FAAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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