Html Css Color HEX #FAB9B8 Melon

📋 copy color: '#FAB9B8'

red 250 ◦ green 185 ◦ blue 184

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

Shades of Melon #FAB9B8

Tints of Melon #FAB9B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.73%

R = 40.39%
G = 29.89%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAB9B8 (or 0xFAB9B8) is known color: Melon. HEX triplet: FA, B9 and B8. RGB value is (250,185,184). Sum of RGB (Red+Green+Blue) = 250+185+184=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9B8 is #054647. Grayscale: #CCCCCC. Windows color (decimal): -345672 or 12106234. OLE color: 12106234.

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

Color convert

RGB 250 185 184 -
CMYK 0 0.26 0.26 0.02
HSL 0.91º 0.87% 0.85% -
HSV(B) 0.91º 0.26% 0.98% -
XYZ 65.43 58.48 53.19 -
YUV 204.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 250 185 184 0 0.26 0.26 0.02 0.91 0.87 0.85
Hex FA B9 B8 0 1A 1A 2 1 57 55
Octal 372 271 270 0 32 32 2 1 127 125
Binary 11111010 10111001 10111000 0 11010 11010 10 1 1010111 1010101

Color Harmonies of #FAB9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9B8

Black with #FAB9B8

Text Example


Text Example

White with #FAB9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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