Html Css Color HEX #FAB7AA Melon

📋 copy color: '#FAB7AA'

red 250 ◦ green 183 ◦ blue 170

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

Shades of Melon #FAB7AA

Tints of Melon #FAB7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.35%

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

R = 41.46%
G = 30.35%
B = 28.19%

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

#FAB7AA (or 0xFAB7AA) is known color: Melon. HEX triplet: FA, B7 and AA. RGB value is (250,183,170). Sum of RGB (Red+Green+Blue) = 250+183+170=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7AA is #054855. Grayscale: #C9C9C9. Windows color (decimal): -346198 or 11188218. OLE color: 11188218.

HSL color Cylindrical-coordinate representation of color #FAB7AA: hue angle of 9.75º 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 #FAB7AA is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 183 170 -
CMYK 0 0.27 0.32 0.02
HSL 9.75º 0.89% 0.82% -
HSV(B) 9.75º 0.32% 0.98% -
XYZ 63.61 57.09 45.7 -
YUV 201.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 250 183 170 0 0.27 0.32 0.02 9.75 0.89 0.82
Hex FA B7 AA 0 1B 20 2 A 59 52
Octal 372 267 252 0 33 40 2 12 131 122
Binary 11111010 10110111 10101010 0 11011 100000 10 1010 1011001 1010010

Color Harmonies of #FAB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7AA

Black with #FAB7AA

Text Example


Text Example

White with #FAB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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