Html Css Color HEX #FAB9B2 Melon

📋 copy color: '#FAB9B2'

red 250 ◦ green 185 ◦ blue 178

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

Shades of Melon #FAB9B2

Tints of Melon #FAB9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.18%

 BLUE value IS 178 (69.92% from 255) = 29.04%

R = 40.78%
G = 30.18%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAB9B2 (or 0xFAB9B2) is known color: Melon. HEX triplet: FA, B9 and B2. RGB value is (250,185,178). Sum of RGB (Red+Green+Blue) = 250+185+178=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9B2 is #05464D. Grayscale: #CBCBCB. Windows color (decimal): -345678 or 11713018. OLE color: 11713018.

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

Color convert

RGB 250 185 178 -
CMYK 0 0.26 0.29 0.02
HSL 5.83º 0.88% 0.84% -
HSV(B) 5.83º 0.29% 0.98% -
XYZ 64.81 58.24 49.94 -
YUV 203.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 250 185 178 0 0.26 0.29 0.02 5.83 0.88 0.84
Hex FA B9 B2 0 1A 1D 2 6 58 54
Octal 372 271 262 0 32 35 2 6 130 124
Binary 11111010 10111001 10110010 0 11010 11101 10 110 1011000 1010100

Color Harmonies of #FAB9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9B2

Black with #FAB9B2

Text Example


Text Example

White with #FAB9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9B2; }

 p { color: rgb(250,185,178); }

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

background-color css

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

 a { background-color: rgb(250,185,178); }

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

border-color css

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

 span { border-color: rgb(250,185,178); }

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