Html Css Color HEX #FAB391 Mandys Pink

📋 copy color: '#FAB391'

red 250 ◦ green 179 ◦ blue 145

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

Shades of Mandys Pink #FAB391

Tints of Mandys Pink #FAB391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.18%

 BLUE value IS 145 (57.03% from 255) = 25.26%

R = 43.55%
G = 31.18%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAB391 (or 0xFAB391) is known color: Mandys Pink. HEX triplet: FA, B3 and 91. RGB value is (250,179,145). Sum of RGB (Red+Green+Blue) = 250+179+145=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB391 is #054C6E. Grayscale: #C4C4C4. Windows color (decimal): -347247 or 9548794. OLE color: 9548794.

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

Color convert

RGB 250 179 145 -
CMYK 0 0.28 0.42 0.02
HSL 19.43º 0.91% 0.77% -
HSV(B) 19.43º 0.42% 0.98% -
XYZ 60.66 54.61 34.13 -
YUV 196.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 250 179 145 0 0.28 0.42 0.02 19.43 0.91 0.77
Hex FA B3 91 0 1C 2A 2 13 5B 4D
Octal 372 263 221 0 34 52 2 23 133 115
Binary 11111010 10110011 10010001 0 11100 101010 10 10011 1011011 1001101

Color Harmonies of #FAB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB391

Black with #FAB391

Text Example


Text Example

White with #FAB391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB391; }

 p { color: rgb(250,179,145); }

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

background-color css

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

 a { background-color: rgb(250,179,145); }

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

border-color css

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

 span { border-color: rgb(250,179,145); }

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