Html Css Color HEX #FAB9B4 Melon

📋 copy color: '#FAB9B4'

red 250 ◦ green 185 ◦ blue 180

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

Shades of Melon #FAB9B4

Tints of Melon #FAB9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.27%

R = 40.65%
G = 30.08%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAB9B4 (or 0xFAB9B4) is known color: Melon. HEX triplet: FA, B9 and B4. RGB value is (250,185,180). Sum of RGB (Red+Green+Blue) = 250+185+180=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9B4 is #05464B. Grayscale: #CBCBCB. Windows color (decimal): -345676 or 11844090. OLE color: 11844090.

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

Color convert

RGB 250 185 180 -
CMYK 0 0.26 0.28 0.02
HSL 4.29º 0.88% 0.84% -
HSV(B) 4.29º 0.28% 0.98% -
XYZ 65.01 58.32 51.01 -
YUV 203.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 250 185 180 0 0.26 0.28 0.02 4.29 0.88 0.84
Hex FA B9 B4 0 1A 1C 2 4 58 54
Octal 372 271 264 0 32 34 2 4 130 124
Binary 11111010 10111001 10110100 0 11010 11100 10 100 1011000 1010100

Color Harmonies of #FAB9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9B4

Black with #FAB9B4

Text Example


Text Example

White with #FAB9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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