Html Css Color HEX #FABD9D Mandys Pink

📋 copy color: '#FABD9D'

red 250 ◦ green 189 ◦ blue 157

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

Shades of Mandys Pink #FABD9D

Tints of Mandys Pink #FABD9D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.71%

 BLUE value IS 157 (61.72% from 255) = 26.34%

R = 41.95%
G = 31.71%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FABD9D (or 0xFABD9D) is known color: Mandys Pink. HEX triplet: FA, BD and 9D. RGB value is (250,189,157). Sum of RGB (Red+Green+Blue) = 250+189+157=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABD9D is #054262. Grayscale: #CBCBCB. Windows color (decimal): -344675 or 10337786. OLE color: 10337786.

HSL color Cylindrical-coordinate representation of color #FABD9D: hue angle of 20.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FABD9D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 189 157 -
CMYK 0 0.24 0.37 0.02
HSL 20.65º 0.9% 0.8% -
HSV(B) 20.65º 0.37% 0.98% -
XYZ 63.71 59.15 39.96 -
YUV 203.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 250 189 157 0 0.24 0.37 0.02 20.65 0.9 0.8
Hex FA BD 9D 0 18 25 2 15 5A 50
Octal 372 275 235 0 30 45 2 25 132 120
Binary 11111010 10111101 10011101 0 11000 100101 10 10101 1011010 1010000

Color Harmonies of #FABD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD9D

Black with #FABD9D

Text Example


Text Example

White with #FABD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD9D; }

 p { color: rgb(250,189,157); }

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

background-color css

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

 a { background-color: rgb(250,189,157); }

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

border-color css

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

 span { border-color: rgb(250,189,157); }

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