Html Css Color HEX #FAB8A5 Melon

📋 copy color: '#FAB8A5'

red 250 ◦ green 184 ◦ blue 165

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

Shades of Melon #FAB8A5

Tints of Melon #FAB8A5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.72%

 BLUE value IS 165 (64.84% from 255) = 27.55%

R = 41.74%
G = 30.72%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAB8A5 (or 0xFAB8A5) is known color: Melon. HEX triplet: FA, B8 and A5. RGB value is (250,184,165). Sum of RGB (Red+Green+Blue) = 250+184+165=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8A5 is #05475A. Grayscale: #C9C9C9. Windows color (decimal): -345947 or 10860794. OLE color: 10860794.

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

Color convert

RGB 250 184 165 -
CMYK 0 0.26 0.34 0.02
HSL 13.41º 0.89% 0.81% -
HSV(B) 13.41º 0.34% 0.98% -
XYZ 63.36 57.32 43.32 -
YUV 201.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 250 184 165 0 0.26 0.34 0.02 13.41 0.89 0.81
Hex FA B8 A5 0 1A 22 2 D 59 51
Octal 372 270 245 0 32 42 2 15 131 121
Binary 11111010 10111000 10100101 0 11010 100010 10 1101 1011001 1010001

Color Harmonies of #FAB8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8A5

Black with #FAB8A5

Text Example


Text Example

White with #FAB8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8A5; }

 p { color: rgb(250,184,165); }

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

background-color css

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

 a { background-color: rgb(250,184,165); }

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

border-color css

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

 span { border-color: rgb(250,184,165); }

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