Html Css Color HEX #FAB9AD Melon

📋 copy color: '#FAB9AD'

red 250 ◦ green 185 ◦ blue 173

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

Shades of Melon #FAB9AD

Tints of Melon #FAB9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.43%

 BLUE value IS 173 (67.97% from 255) = 28.45%

R = 41.12%
G = 30.43%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAB9AD (or 0xFAB9AD) is known color: Melon. HEX triplet: FA, B9 and AD. RGB value is (250,185,173). Sum of RGB (Red+Green+Blue) = 250+185+173=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9AD is #054652. Grayscale: #CBCBCB. Windows color (decimal): -345683 or 11385338. OLE color: 11385338.

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

Color convert

RGB 250 185 173 -
CMYK 0 0.26 0.31 0.02
HSL 9.35º 0.89% 0.83% -
HSV(B) 9.35º 0.31% 0.98% -
XYZ 64.32 58.04 47.35 -
YUV 203.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 250 185 173 0 0.26 0.31 0.02 9.35 0.89 0.83
Hex FA B9 AD 0 1A 1F 2 9 59 53
Octal 372 271 255 0 32 37 2 11 131 123
Binary 11111010 10111001 10101101 0 11010 11111 10 1001 1011001 1010011

Color Harmonies of #FAB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9AD

Black with #FAB9AD

Text Example


Text Example

White with #FAB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9AD; }

 p { color: rgb(250,185,173); }

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

background-color css

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

 a { background-color: rgb(250,185,173); }

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

border-color css

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

 span { border-color: rgb(250,185,173); }

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