Html Css Color HEX #FABA9A Mandys Pink

📋 copy color: '#FABA9A'

red 250 ◦ green 186 ◦ blue 154

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

Shades of Mandys Pink #FABA9A

Tints of Mandys Pink #FABA9A

RGB

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

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

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

R = 42.37%
G = 31.53%
B = 26.1%

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

#FABA9A (or 0xFABA9A) is known color: Mandys Pink. HEX triplet: FA, BA and 9A. RGB value is (250,186,154). Sum of RGB (Red+Green+Blue) = 250+186+154=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA9A is #054565. Grayscale: #C9C9C9. Windows color (decimal): -345446 or 10140410. OLE color: 10140410.

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

Color convert

RGB 250 186 154 -
CMYK 0 0.26 0.38 0.02
HSL 20º 0.91% 0.79% -
HSV(B) 20º 0.38% 0.98% -
XYZ 62.82 57.77 38.41 -
YUV 201.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 250 186 154 0 0.26 0.38 0.02 20 0.91 0.79
Hex FA BA 9A 0 1A 26 2 14 5B 4F
Octal 372 272 232 0 32 46 2 24 133 117
Binary 11111010 10111010 10011010 0 11010 100110 10 10100 1011011 1001111

Color Harmonies of #FABA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA9A

Black with #FABA9A

Text Example


Text Example

White with #FABA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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