Html Css Color HEX #FAB6AA Melon

📋 copy color: '#FAB6AA'

red 250 ◦ green 182 ◦ blue 170

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

Shades of Melon #FAB6AA

Tints of Melon #FAB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.23%

 BLUE value IS 170 (66.8% from 255) = 28.24%

R = 41.53%
G = 30.23%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAB6AA (or 0xFAB6AA) is known color: Melon. HEX triplet: FA, B6 and AA. RGB value is (250,182,170). Sum of RGB (Red+Green+Blue) = 250+182+170=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6AA is #054955. Grayscale: #C9C9C9. Windows color (decimal): -346454 or 11187962. OLE color: 11187962.

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

Color convert

RGB 250 182 170 -
CMYK 0 0.27 0.32 0.02
HSL 0.89% 0.82% -
HSV(B) 0.32% 0.98% -
XYZ 63.41 56.68 45.63 -
YUV 200.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 250 182 170 0 0.27 0.32 0.02 9 0.89 0.82
Hex FA B6 AA 0 1B 20 2 9 59 52
Octal 372 266 252 0 33 40 2 11 131 122
Binary 11111010 10110110 10101010 0 11011 100000 10 1001 1011001 1010010

Color Harmonies of #FAB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6AA

Black with #FAB6AA

Text Example


Text Example

White with #FAB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6AA; }

 p { color: rgb(250,182,170); }

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

background-color css

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

 a { background-color: rgb(250,182,170); }

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

border-color css

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

 span { border-color: rgb(250,182,170); }

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