Html Css Color HEX #FAB6A9 Melon

📋 copy color: '#FAB6A9'

red 250 ◦ green 182 ◦ blue 169

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

Shades of Melon #FAB6A9

Tints of Melon #FAB6A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.12%

R = 41.6%
G = 30.28%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAB6A9 (or 0xFAB6A9) is known color: Melon. HEX triplet: FA, B6 and A9. RGB value is (250,182,169). Sum of RGB (Red+Green+Blue) = 250+182+169=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6A9 is #054956. Grayscale: #C8C8C8. Windows color (decimal): -346455 or 11122426. OLE color: 11122426.

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

Color convert

RGB 250 182 169 -
CMYK 0 0.27 0.32 0.02
HSL 9.63º 0.89% 0.82% -
HSV(B) 9.63º 0.32% 0.98% -
XYZ 63.31 56.64 45.13 -
YUV 200.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 250 182 169 0 0.27 0.32 0.02 9.63 0.89 0.82
Hex FA B6 A9 0 1B 20 2 A 59 52
Octal 372 266 251 0 33 40 2 12 131 122
Binary 11111010 10110110 10101001 0 11011 100000 10 1010 1011001 1010010

Color Harmonies of #FAB6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6A9

Black with #FAB6A9

Text Example


Text Example

White with #FAB6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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