Html Css Color HEX #FAB4A4 Melon

📋 copy color: '#FAB4A4'

red 250 ◦ green 180 ◦ blue 164

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

Shades of Melon #FAB4A4

Tints of Melon #FAB4A4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.3%

 BLUE value IS 164 (64.45% from 255) = 27.61%

R = 42.09%
G = 30.3%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAB4A4 (or 0xFAB4A4) is known color: Melon. HEX triplet: FA, B4 and A4. RGB value is (250,180,164). Sum of RGB (Red+Green+Blue) = 250+180+164=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4A4 is #054B5B. Grayscale: #C7C7C7. Windows color (decimal): -346972 or 10794234. OLE color: 10794234.

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

Color convert

RGB 250 180 164 -
CMYK 0 0.28 0.34 0.02
HSL 11.16º 0.9% 0.81% -
HSV(B) 11.16º 0.34% 0.98% -
XYZ 62.45 55.65 42.57 -
YUV 199.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 250 180 164 0 0.28 0.34 0.02 11.16 0.9 0.81
Hex FA B4 A4 0 1C 22 2 B 5A 51
Octal 372 264 244 0 34 42 2 13 132 121
Binary 11111010 10110100 10100100 0 11100 100010 10 1011 1011010 1010001

Color Harmonies of #FAB4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4A4

Black with #FAB4A4

Text Example


Text Example

White with #FAB4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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