Html Css Color HEX #FABC8C Mandys Pink

📋 copy color: '#FABC8C'

red 250 ◦ green 188 ◦ blue 140

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

Shades of Mandys Pink #FABC8C

Tints of Mandys Pink #FABC8C

RGB

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

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

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

R = 43.25%
G = 32.53%
B = 24.22%

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

#FABC8C (or 0xFABC8C) is known color: Mandys Pink. HEX triplet: FA, BC and 8C. RGB value is (250,188,140). Sum of RGB (Red+Green+Blue) = 250+188+140=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABC8C is #054373. Grayscale: #C9C9C9. Windows color (decimal): -344948 or 9223418. OLE color: 9223418.

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

Color convert

RGB 250 188 140 -
CMYK 0 0.25 0.44 0.02
HSL 26.18º 0.92% 0.76% -
HSV(B) 26.18º 0.44% 0.98% -
XYZ 62.14 58.18 32.77 -
YUV 201.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 250 188 140 0 0.25 0.44 0.02 26.18 0.92 0.76
Hex FA BC 8C 0 19 2C 2 1A 5C 4C
Octal 372 274 214 0 31 54 2 32 134 114
Binary 11111010 10111100 10001100 0 11001 101100 10 11010 1011100 1001100

Color Harmonies of #FABC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC8C

Black with #FABC8C

Text Example


Text Example

White with #FABC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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