Html Css Color HEX #FAB49A Mandys Pink

📋 copy color: '#FAB49A'

red 250 ◦ green 180 ◦ blue 154

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

Shades of Mandys Pink #FAB49A

Tints of Mandys Pink #FAB49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.37%

R = 42.81%
G = 30.82%
B = 26.37%

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

#FAB49A (or 0xFAB49A) is known color: Mandys Pink. HEX triplet: FA, B4 and 9A. RGB value is (250,180,154). Sum of RGB (Red+Green+Blue) = 250+180+154=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB49A is #054B65. Grayscale: #C6C6C6. Windows color (decimal): -346982 or 10138874. OLE color: 10138874.

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

Color convert

RGB 250 180 154 -
CMYK 0 0.28 0.38 0.02
HSL 16.25º 0.91% 0.79% -
HSV(B) 16.25º 0.38% 0.98% -
XYZ 61.58 55.3 38 -
YUV 197.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 250 180 154 0 0.28 0.38 0.02 16.25 0.91 0.79
Hex FA B4 9A 0 1C 26 2 10 5B 4F
Octal 372 264 232 0 34 46 2 20 133 117
Binary 11111010 10110100 10011010 0 11100 100110 10 10000 1011011 1001111

Color Harmonies of #FAB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB49A

Black with #FAB49A

Text Example


Text Example

White with #FAB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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