Html Css Color HEX #FAB495 Mandys Pink

📋 copy color: '#FAB495'

red 250 ◦ green 180 ◦ blue 149

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

Shades of Mandys Pink #FAB495

Tints of Mandys Pink #FAB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.09%

 BLUE value IS 149 (58.59% from 255) = 25.73%

R = 43.18%
G = 31.09%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAB495 (or 0xFAB495) is known color: Mandys Pink. HEX triplet: FA, B4 and 95. RGB value is (250,180,149). Sum of RGB (Red+Green+Blue) = 250+180+149=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB495 is #054B6A. Grayscale: #C5C5C5. Windows color (decimal): -346987 or 9811194. OLE color: 9811194.

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

Color convert

RGB 250 180 149 -
CMYK 0 0.28 0.40 0.02
HSL 18.42º 0.91% 0.78% -
HSV(B) 18.42º 0.4% 0.98% -
XYZ 61.17 55.14 35.85 -
YUV 197.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 250 180 149 0 0.28 0.40 0.02 18.42 0.91 0.78
Hex FA B4 95 0 1C 28 2 12 5B 4E
Octal 372 264 225 0 34 50 2 22 133 116
Binary 11111010 10110100 10010101 0 11100 101000 10 10010 1011011 1001110

Color Harmonies of #FAB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB495

Black with #FAB495

Text Example


Text Example

White with #FAB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB495; }

 p { color: rgb(250,180,149); }

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

background-color css

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

 a { background-color: rgb(250,180,149); }

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

border-color css

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

 span { border-color: rgb(250,180,149); }

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