Html Css Color HEX #FAB192 Mandys Pink

📋 copy color: '#FAB192'

red 250 ◦ green 177 ◦ blue 146

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

Shades of Mandys Pink #FAB192

Tints of Mandys Pink #FAB192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.48%

R = 43.63%
G = 30.89%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAB192 (or 0xFAB192) is known color: Mandys Pink. HEX triplet: FA, B1 and 92. RGB value is (250,177,146). Sum of RGB (Red+Green+Blue) = 250+177+146=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB192 is #054E6D. Grayscale: #C3C3C3. Windows color (decimal): -347758 or 9613818. OLE color: 9613818.

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

Color convert

RGB 250 177 146 -
CMYK 0 0.29 0.42 0.02
HSL 17.88º 0.91% 0.78% -
HSV(B) 17.88º 0.42% 0.98% -
XYZ 60.33 53.84 34.41 -
YUV 195.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 250 177 146 0 0.29 0.42 0.02 17.88 0.91 0.78
Hex FA B1 92 0 1D 2A 2 12 5B 4E
Octal 372 261 222 0 35 52 2 22 133 116
Binary 11111010 10110001 10010010 0 11101 101010 10 10010 1011011 1001110

Color Harmonies of #FAB192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB192

Black with #FAB192

Text Example


Text Example

White with #FAB192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB192; }

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

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

background-color css

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

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

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

border-color css

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

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

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