Html Css Color HEX #FAB6A4 Melon

📋 copy color: '#FAB6A4'

red 250 ◦ green 182 ◦ blue 164

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

Shades of Melon #FAB6A4

Tints of Melon #FAB6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.52%

R = 41.95%
G = 30.54%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAB6A4 (or 0xFAB6A4) is known color: Melon. HEX triplet: FA, B6 and A4. RGB value is (250,182,164). Sum of RGB (Red+Green+Blue) = 250+182+164=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6A4 is #05495B. Grayscale: #C8C8C8. Windows color (decimal): -346460 or 10794746. OLE color: 10794746.

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

Color convert

RGB 250 182 164 -
CMYK 0 0.27 0.34 0.02
HSL 12.56º 0.9% 0.81% -
HSV(B) 12.56º 0.34% 0.98% -
XYZ 62.85 56.46 42.71 -
YUV 200.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 250 182 164 0 0.27 0.34 0.02 12.56 0.9 0.81
Hex FA B6 A4 0 1B 22 2 D 5A 51
Octal 372 266 244 0 33 42 2 15 132 121
Binary 11111010 10110110 10100100 0 11011 100010 10 1101 1011010 1010001

Color Harmonies of #FAB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6A4

Black with #FAB6A4

Text Example


Text Example

White with #FAB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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