Html Css Color HEX #FAB48E Mandys Pink

📋 copy color: '#FAB48E'

red 250 ◦ green 180 ◦ blue 142

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

Shades of Mandys Pink #FAB48E

Tints of Mandys Pink #FAB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.47%

 BLUE value IS 142 (55.86% from 255) = 24.83%

R = 43.71%
G = 31.47%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAB48E (or 0xFAB48E) is known color: Mandys Pink. HEX triplet: FA, B4 and 8E. RGB value is (250,180,142). Sum of RGB (Red+Green+Blue) = 250+180+142=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB48E is #054B71. Grayscale: #C4C4C4. Windows color (decimal): -346994 or 9352442. OLE color: 9352442.

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

Color convert

RGB 250 180 142 -
CMYK 0 0.28 0.43 0.02
HSL 21.11º 0.92% 0.77% -
HSV(B) 21.11º 0.43% 0.98% -
XYZ 60.63 54.92 33 -
YUV 196.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 250 180 142 0 0.28 0.43 0.02 21.11 0.92 0.77
Hex FA B4 8E 0 1C 2B 2 15 5C 4D
Octal 372 264 216 0 34 53 2 25 134 115
Binary 11111010 10110100 10001110 0 11100 101011 10 10101 1011100 1001101

Color Harmonies of #FAB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB48E

Black with #FAB48E

Text Example


Text Example

White with #FAB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB48E; }

 p { color: rgb(250,180,142); }

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

background-color css

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

 a { background-color: rgb(250,180,142); }

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

border-color css

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

 span { border-color: rgb(250,180,142); }

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