Html Css Color HEX #FABC8D Mandys Pink

📋 copy color: '#FABC8D'

red 250 ◦ green 188 ◦ blue 141

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

Shades of Mandys Pink #FABC8D

Tints of Mandys Pink #FABC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.47%

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

R = 43.18%
G = 32.47%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FABC8D (or 0xFABC8D) is known color: Mandys Pink. HEX triplet: FA, BC and 8D. RGB value is (250,188,141). Sum of RGB (Red+Green+Blue) = 250+188+141=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABC8D is #054372. Grayscale: #C9C9C9. Windows color (decimal): -344947 or 9288954. OLE color: 9288954.

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

Color convert

RGB 250 188 141 -
CMYK 0 0.25 0.44 0.02
HSL 25.87º 0.92% 0.77% -
HSV(B) 25.87º 0.44% 0.98% -
XYZ 62.22 58.21 33.16 -
YUV 201.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 250 188 141 0 0.25 0.44 0.02 25.87 0.92 0.77
Hex FA BC 8D 0 19 2C 2 1A 5C 4D
Octal 372 274 215 0 31 54 2 32 134 115
Binary 11111010 10111100 10001101 0 11001 101100 10 11010 1011100 1001101

Color Harmonies of #FABC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC8D

Black with #FABC8D

Text Example


Text Example

White with #FABC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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