Html Css Color HEX #FAB394 Mandys Pink

📋 copy color: '#FAB394'

red 250 ◦ green 179 ◦ blue 148

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

Shades of Mandys Pink #FAB394

Tints of Mandys Pink #FAB394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.65%

R = 43.33%
G = 31.02%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAB394 (or 0xFAB394) is known color: Mandys Pink. HEX triplet: FA, B3 and 94. RGB value is (250,179,148). Sum of RGB (Red+Green+Blue) = 250+179+148=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB394 is #054C6B. Grayscale: #C4C4C4. Windows color (decimal): -347244 or 9745402. OLE color: 9745402.

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

Color convert

RGB 250 179 148 -
CMYK 0 0.28 0.41 0.02
HSL 18.24º 0.91% 0.78% -
HSV(B) 18.24º 0.41% 0.98% -
XYZ 60.89 54.7 35.37 -
YUV 196.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 250 179 148 0 0.28 0.41 0.02 18.24 0.91 0.78
Hex FA B3 94 0 1C 29 2 12 5B 4E
Octal 372 263 224 0 34 51 2 22 133 116
Binary 11111010 10110011 10010100 0 11100 101001 10 10010 1011011 1001110

Color Harmonies of #FAB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB394

Black with #FAB394

Text Example


Text Example

White with #FAB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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