Html Css Color HEX #FABDA0 Mandys Pink

📋 copy color: '#FABDA0'

red 250 ◦ green 189 ◦ blue 160

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

Shades of Mandys Pink #FABDA0

Tints of Mandys Pink #FABDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.71%

R = 41.74%
G = 31.55%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FABDA0 (or 0xFABDA0) is known color: Mandys Pink. HEX triplet: FA, BD and A0. RGB value is (250,189,160). Sum of RGB (Red+Green+Blue) = 250+189+160=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA0 is #05425F. Grayscale: #CCCCCC. Windows color (decimal): -344672 or 10534394. OLE color: 10534394.

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

Color convert

RGB 250 189 160 -
CMYK 0 0.24 0.36 0.02
HSL 19.33º 0.9% 0.8% -
HSV(B) 19.33º 0.36% 0.98% -
XYZ 63.97 59.26 41.32 -
YUV 203.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 250 189 160 0 0.24 0.36 0.02 19.33 0.9 0.8
Hex FA BD A0 0 18 24 2 13 5A 50
Octal 372 275 240 0 30 44 2 23 132 120
Binary 11111010 10111101 10100000 0 11000 100100 10 10011 1011010 1010000

Color Harmonies of #FABDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDA0

Black with #FABDA0

Text Example


Text Example

White with #FABDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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