Html Css Color HEX #FAB194 Mandys Pink

📋 copy color: '#FAB194'

red 250 ◦ green 177 ◦ blue 148

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

Shades of Mandys Pink #FAB194

Tints of Mandys Pink #FAB194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.78%

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

R = 43.48%
G = 30.78%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAB194 (or 0xFAB194) is known color: Mandys Pink. HEX triplet: FA, B1 and 94. RGB value is (250,177,148). Sum of RGB (Red+Green+Blue) = 250+177+148=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB194 is #054E6B. Grayscale: #C3C3C3. Windows color (decimal): -347756 or 9744890. OLE color: 9744890.

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

Color convert

RGB 250 177 148 -
CMYK 0 0.29 0.41 0.02
HSL 17.06º 0.91% 0.78% -
HSV(B) 17.06º 0.41% 0.98% -
XYZ 60.49 53.91 35.23 -
YUV 195.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 250 177 148 0 0.29 0.41 0.02 17.06 0.91 0.78
Hex FA B1 94 0 1D 29 2 11 5B 4E
Octal 372 261 224 0 35 51 2 21 133 116
Binary 11111010 10110001 10010100 0 11101 101001 10 10001 1011011 1001110

Color Harmonies of #FAB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB194

Black with #FAB194

Text Example


Text Example

White with #FAB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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