Html Css Color HEX #FAB8AC Melon

📋 copy color: '#FAB8AC'

red 250 ◦ green 184 ◦ blue 172

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

Shades of Melon #FAB8AC

Tints of Melon #FAB8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.38%

R = 41.25%
G = 30.36%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAB8AC (or 0xFAB8AC) is known color: Melon. HEX triplet: FA, B8 and AC. RGB value is (250,184,172). Sum of RGB (Red+Green+Blue) = 250+184+172=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8AC is #054753. Grayscale: #CACACA. Windows color (decimal): -345940 or 11319546. OLE color: 11319546.

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

Color convert

RGB 250 184 172 -
CMYK 0 0.26 0.31 0.02
HSL 9.23º 0.89% 0.83% -
HSV(B) 9.23º 0.31% 0.98% -
XYZ 64.01 57.58 46.77 -
YUV 202.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 250 184 172 0 0.26 0.31 0.02 9.23 0.89 0.83
Hex FA B8 AC 0 1A 1F 2 9 59 53
Octal 372 270 254 0 32 37 2 11 131 123
Binary 11111010 10111000 10101100 0 11010 11111 10 1001 1011001 1010011

Color Harmonies of #FAB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8AC

Black with #FAB8AC

Text Example


Text Example

White with #FAB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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