Html Css Color HEX #FAB8AB Melon

📋 copy color: '#FAB8AB'

red 250 ◦ green 184 ◦ blue 171

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

Shades of Melon #FAB8AB

Tints of Melon #FAB8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.26%

R = 41.32%
G = 30.41%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAB8AB (or 0xFAB8AB) is known color: Melon. HEX triplet: FA, B8 and AB. RGB value is (250,184,171). Sum of RGB (Red+Green+Blue) = 250+184+171=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8AB is #054754. Grayscale: #CACACA. Windows color (decimal): -345941 or 11254010. OLE color: 11254010.

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

Color convert

RGB 250 184 171 -
CMYK 0 0.26 0.32 0.02
HSL 9.87º 0.89% 0.83% -
HSV(B) 9.87º 0.32% 0.98% -
XYZ 63.92 57.55 46.27 -
YUV 202.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 250 184 171 0 0.26 0.32 0.02 9.87 0.89 0.83
Hex FA B8 AB 0 1A 20 2 A 59 53
Octal 372 270 253 0 32 40 2 12 131 123
Binary 11111010 10111000 10101011 0 11010 100000 10 1010 1011001 1010011

Color Harmonies of #FAB8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8AB

Black with #FAB8AB

Text Example


Text Example

White with #FAB8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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