Html Css Color HEX #FAB38A Mandys Pink

📋 copy color: '#FAB38A'

red 250 ◦ green 179 ◦ blue 138

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

Shades of Mandys Pink #FAB38A

Tints of Mandys Pink #FAB38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.57%

 BLUE value IS 138 (54.3% from 255) = 24.34%

R = 44.09%
G = 31.57%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAB38A (or 0xFAB38A) is known color: Mandys Pink. HEX triplet: FA, B3 and 8A. RGB value is (250,179,138). Sum of RGB (Red+Green+Blue) = 250+179+138=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB38A is #054C75. Grayscale: #C3C3C3. Windows color (decimal): -347254 or 9090042. OLE color: 9090042.

HSL color Cylindrical-coordinate representation of color #FAB38A: hue angle of 21.96º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAB38A is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 179 138 -
CMYK 0 0.28 0.45 0.02
HSL 21.96º 0.92% 0.76% -
HSV(B) 21.96º 0.45% 0.98% -
XYZ 60.13 54.4 31.38 -
YUV 195.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 250 179 138 0 0.28 0.45 0.02 21.96 0.92 0.76
Hex FA B3 8A 0 1C 2D 2 16 5C 4C
Octal 372 263 212 0 34 55 2 26 134 114
Binary 11111010 10110011 10001010 0 11100 101101 10 10110 1011100 1001100

Color Harmonies of #FAB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB38A

Black with #FAB38A

Text Example


Text Example

White with #FAB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB38A; }

 p { color: rgb(250,179,138); }

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

background-color css

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

 a { background-color: rgb(250,179,138); }

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

border-color css

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

 span { border-color: rgb(250,179,138); }

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