Html Css Color HEX #FAB38C Mandys Pink

📋 copy color: '#FAB38C'

red 250 ◦ green 179 ◦ blue 140

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

Shades of Mandys Pink #FAB38C

Tints of Mandys Pink #FAB38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.6%

R = 43.94%
G = 31.46%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAB38C (or 0xFAB38C) is known color: Mandys Pink. HEX triplet: FA, B3 and 8C. RGB value is (250,179,140). Sum of RGB (Red+Green+Blue) = 250+179+140=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB38C is #054C73. Grayscale: #C4C4C4. Windows color (decimal): -347252 or 9221114. OLE color: 9221114.

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

Color convert

RGB 250 179 140 -
CMYK 0 0.28 0.44 0.02
HSL 21.27º 0.92% 0.76% -
HSV(B) 21.27º 0.44% 0.98% -
XYZ 60.28 54.46 32.15 -
YUV 195.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 250 179 140 0 0.28 0.44 0.02 21.27 0.92 0.76
Hex FA B3 8C 0 1C 2C 2 15 5C 4C
Octal 372 263 214 0 34 54 2 25 134 114
Binary 11111010 10110011 10001100 0 11100 101100 10 10101 1011100 1001100

Color Harmonies of #FAB38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB38C

Black with #FAB38C

Text Example


Text Example

White with #FAB38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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