Html Css Color HEX #FABA8E Mandys Pink

📋 copy color: '#FABA8E'

red 250 ◦ green 186 ◦ blue 142

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

Shades of Mandys Pink #FABA8E

Tints of Mandys Pink #FABA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.18%

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

R = 43.25%
G = 32.18%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FABA8E (or 0xFABA8E) is known color: Mandys Pink. HEX triplet: FA, BA and 8E. RGB value is (250,186,142). Sum of RGB (Red+Green+Blue) = 250+186+142=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA8E is #054571. Grayscale: #C8C8C8. Windows color (decimal): -345458 or 9353978. OLE color: 9353978.

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

Color convert

RGB 250 186 142 -
CMYK 0 0.26 0.43 0.02
HSL 24.44º 0.92% 0.77% -
HSV(B) 24.44º 0.43% 0.98% -
XYZ 61.87 57.39 33.41 -
YUV 200.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 250 186 142 0 0.26 0.43 0.02 24.44 0.92 0.77
Hex FA BA 8E 0 1A 2B 2 18 5C 4D
Octal 372 272 216 0 32 53 2 30 134 115
Binary 11111010 10111010 10001110 0 11010 101011 10 11000 1011100 1001101

Color Harmonies of #FABA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA8E

Black with #FABA8E

Text Example


Text Example

White with #FABA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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