Html Css Color HEX #FABA8D Mandys Pink

📋 copy color: '#FABA8D'

red 250 ◦ green 186 ◦ blue 141

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

Shades of Mandys Pink #FABA8D

Tints of Mandys Pink #FABA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.44%

R = 43.33%
G = 32.24%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FABA8D (or 0xFABA8D) is known color: Mandys Pink. HEX triplet: FA, BA and 8D. RGB value is (250,186,141). Sum of RGB (Red+Green+Blue) = 250+186+141=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA8D is #054572. Grayscale: #C8C8C8. Windows color (decimal): -345459 or 9288442. OLE color: 9288442.

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

Color convert

RGB 250 186 141 -
CMYK 0 0.26 0.44 0.02
HSL 24.77º 0.92% 0.77% -
HSV(B) 24.77º 0.44% 0.98% -
XYZ 61.79 57.36 33.02 -
YUV 200.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 250 186 141 0 0.26 0.44 0.02 24.77 0.92 0.77
Hex FA BA 8D 0 1A 2C 2 19 5C 4D
Octal 372 272 215 0 32 54 2 31 134 115
Binary 11111010 10111010 10001101 0 11010 101100 10 11001 1011100 1001101

Color Harmonies of #FABA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA8D

Black with #FABA8D

Text Example


Text Example

White with #FABA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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