Html Css Color HEX #FAB6A3 Melon

📋 copy color: '#FAB6A3'

red 250 ◦ green 182 ◦ blue 163

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

Shades of Melon #FAB6A3

Tints of Melon #FAB6A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.39%

R = 42.02%
G = 30.59%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAB6A3 (or 0xFAB6A3) is known color: Melon. HEX triplet: FA, B6 and A3. RGB value is (250,182,163). Sum of RGB (Red+Green+Blue) = 250+182+163=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6A3 is #05495C. Grayscale: #C8C8C8. Windows color (decimal): -346461 or 10729210. OLE color: 10729210.

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

Color convert

RGB 250 182 163 -
CMYK 0 0.27 0.35 0.02
HSL 13.1º 0.9% 0.81% -
HSV(B) 13.1º 0.35% 0.98% -
XYZ 62.76 56.42 42.23 -
YUV 200.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 250 182 163 0 0.27 0.35 0.02 13.1 0.9 0.81
Hex FA B6 A3 0 1B 23 2 D 5A 51
Octal 372 266 243 0 33 43 2 15 132 121
Binary 11111010 10110110 10100011 0 11011 100011 10 1101 1011010 1010001

Color Harmonies of #FAB6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6A3

Black with #FAB6A3

Text Example


Text Example

White with #FAB6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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