Html Css Color HEX #FAB49C Mandys Pink

📋 copy color: '#FAB49C'

red 250 ◦ green 180 ◦ blue 156

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

Shades of Mandys Pink #FAB49C

Tints of Mandys Pink #FAB49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.62%

R = 42.66%
G = 30.72%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAB49C (or 0xFAB49C) is known color: Mandys Pink. HEX triplet: FA, B4 and 9C. RGB value is (250,180,156). Sum of RGB (Red+Green+Blue) = 250+180+156=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB49C is #054B63. Grayscale: #C6C6C6. Windows color (decimal): -346980 or 10269946. OLE color: 10269946.

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

Color convert

RGB 250 180 156 -
CMYK 0 0.28 0.38 0.02
HSL 15.32º 0.9% 0.8% -
HSV(B) 15.32º 0.38% 0.98% -
XYZ 61.75 55.37 38.88 -
YUV 198.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 250 180 156 0 0.28 0.38 0.02 15.32 0.9 0.8
Hex FA B4 9C 0 1C 26 2 F 5A 50
Octal 372 264 234 0 34 46 2 17 132 120
Binary 11111010 10110100 10011100 0 11100 100110 10 1111 1011010 1010000

Color Harmonies of #FAB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB49C

Black with #FAB49C

Text Example


Text Example

White with #FAB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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