Html Css Color HEX #FABA94 Mandys Pink

📋 copy color: '#FABA94'

red 250 ◦ green 186 ◦ blue 148

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

Shades of Mandys Pink #FABA94

Tints of Mandys Pink #FABA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.34%

R = 42.81%
G = 31.85%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FABA94 (or 0xFABA94) is known color: Mandys Pink. HEX triplet: FA, BA and 94. RGB value is (250,186,148). Sum of RGB (Red+Green+Blue) = 250+186+148=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA94 is #05456B. Grayscale: #C9C9C9. Windows color (decimal): -345452 or 9747194. OLE color: 9747194.

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

Color convert

RGB 250 186 148 -
CMYK 0 0.26 0.41 0.02
HSL 22.35º 0.91% 0.78% -
HSV(B) 22.35º 0.41% 0.98% -
XYZ 62.33 57.58 35.85 -
YUV 200.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 250 186 148 0 0.26 0.41 0.02 22.35 0.91 0.78
Hex FA BA 94 0 1A 29 2 16 5B 4E
Octal 372 272 224 0 32 51 2 26 133 116
Binary 11111010 10111010 10010100 0 11010 101001 10 10110 1011011 1001110

Color Harmonies of #FABA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA94

Black with #FABA94

Text Example


Text Example

White with #FABA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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