Html Css Color HEX #FAB9A7 Melon

📋 copy color: '#FAB9A7'

red 250 ◦ green 185 ◦ blue 167

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

Shades of Melon #FAB9A7

Tints of Melon #FAB9A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.74%

R = 41.53%
G = 30.73%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAB9A7 (or 0xFAB9A7) is known color: Melon. HEX triplet: FA, B9 and A7. RGB value is (250,185,167). Sum of RGB (Red+Green+Blue) = 250+185+167=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9A7 is #054658. Grayscale: #CACACA. Windows color (decimal): -345689 or 10992122. OLE color: 10992122.

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

Color convert

RGB 250 185 167 -
CMYK 0 0.26 0.33 0.02
HSL 13.01º 0.89% 0.82% -
HSV(B) 13.01º 0.33% 0.98% -
XYZ 63.75 57.81 44.36 -
YUV 202.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 250 185 167 0 0.26 0.33 0.02 13.01 0.89 0.82
Hex FA B9 A7 0 1A 21 2 D 59 52
Octal 372 271 247 0 32 41 2 15 131 122
Binary 11111010 10111001 10100111 0 11010 100001 10 1101 1011001 1010010

Color Harmonies of #FAB9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9A7

Black with #FAB9A7

Text Example


Text Example

White with #FAB9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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