Html Css Color HEX #FAAF92 Mandys Pink

📋 copy color: '#FAAF92'

red 250 ◦ green 175 ◦ blue 146

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

Shades of Mandys Pink #FAAF92

Tints of Mandys Pink #FAAF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.57%

R = 43.78%
G = 30.65%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAAF92 (or 0xFAAF92) is known color: Mandys Pink. HEX triplet: FA, AF and 92. RGB value is (250,175,146). Sum of RGB (Red+Green+Blue) = 250+175+146=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF92 is #05506D. Grayscale: #C2C2C2. Windows color (decimal): -348270 or 9613306. OLE color: 9613306.

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

Color convert

RGB 250 175 146 -
CMYK 0 0.3 0.42 0.02
HSL 16.73º 0.91% 0.78% -
HSV(B) 16.73º 0.42% 0.98% -
XYZ 59.94 53.06 34.28 -
YUV 194.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 250 175 146 0 0.3 0.42 0.02 16.73 0.91 0.78
Hex FA AF 92 0 1E 2A 2 11 5B 4E
Octal 372 257 222 0 36 52 2 21 133 116
Binary 11111010 10101111 10010010 0 11110 101010 10 10001 1011011 1001110

Color Harmonies of #FAAF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF92

Black with #FAAF92

Text Example


Text Example

White with #FAAF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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