Html Css Color HEX #FABA96 Mandys Pink

📋 copy color: '#FABA96'

red 250 ◦ green 186 ◦ blue 150

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

Shades of Mandys Pink #FABA96

Tints of Mandys Pink #FABA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.6%

R = 42.66%
G = 31.74%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FABA96 (or 0xFABA96) is known color: Mandys Pink. HEX triplet: FA, BA and 96. RGB value is (250,186,150). Sum of RGB (Red+Green+Blue) = 250+186+150=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA96 is #054569. Grayscale: #C9C9C9. Windows color (decimal): -345450 or 9878266. OLE color: 9878266.

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

Color convert

RGB 250 186 150 -
CMYK 0 0.26 0.4 0.02
HSL 21.6º 0.91% 0.78% -
HSV(B) 21.6º 0.4% 0.98% -
XYZ 62.49 57.64 36.69 -
YUV 201.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 250 186 150 0 0.26 0.4 0.02 21.6 0.91 0.78
Hex FA BA 96 0 1A 28 2 16 5B 4E
Octal 372 272 226 0 32 50 2 26 133 116
Binary 11111010 10111010 10010110 0 11010 101000 10 10110 1011011 1001110

Color Harmonies of #FABA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA96

Black with #FABA96

Text Example


Text Example

White with #FABA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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