Html Css Color HEX #FABA9C Mandys Pink

📋 copy color: '#FABA9C'

red 250 ◦ green 186 ◦ blue 156

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

Shades of Mandys Pink #FABA9C

Tints of Mandys Pink #FABA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.42%

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

R = 42.23%
G = 31.42%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FABA9C (or 0xFABA9C) is known color: Mandys Pink. HEX triplet: FA, BA and 9C. RGB value is (250,186,156). Sum of RGB (Red+Green+Blue) = 250+186+156=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA9C is #054563. Grayscale: #C9C9C9. Windows color (decimal): -345444 or 10271482. OLE color: 10271482.

HSL color Cylindrical-coordinate representation of color #FABA9C: hue angle of 19.15º 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 #FABA9C is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 156 -
CMYK 0 0.26 0.38 0.02
HSL 19.15º 0.9% 0.8% -
HSV(B) 19.15º 0.38% 0.98% -
XYZ 62.98 57.84 39.3 -
YUV 201.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 250 186 156 0 0.26 0.38 0.02 19.15 0.9 0.8
Hex FA BA 9C 0 1A 26 2 13 5A 50
Octal 372 272 234 0 32 46 2 23 132 120
Binary 11111010 10111010 10011100 0 11010 100110 10 10011 1011010 1010000

Color Harmonies of #FABA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA9C

Black with #FABA9C

Text Example


Text Example

White with #FABA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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