Html Css Color HEX #FAB6B0 Melon

📋 copy color: '#FAB6B0'

red 250 ◦ green 182 ◦ blue 176

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

Shades of Melon #FAB6B0

Tints of Melon #FAB6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.95%

R = 41.12%
G = 29.93%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAB6B0 (or 0xFAB6B0) is known color: Melon. HEX triplet: FA, B6 and B0. RGB value is (250,182,176). Sum of RGB (Red+Green+Blue) = 250+182+176=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6B0 is #05494F. Grayscale: #C9C9C9. Windows color (decimal): -346448 or 11581178. OLE color: 11581178.

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

Color convert

RGB 250 182 176 -
CMYK 0 0.27 0.30 0.02
HSL 4.86º 0.88% 0.84% -
HSV(B) 4.86º 0.3% 0.98% -
XYZ 63.99 56.91 48.69 -
YUV 201.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 250 182 176 0 0.27 0.30 0.02 4.86 0.88 0.84
Hex FA B6 B0 0 1B 1E 2 5 58 54
Octal 372 266 260 0 33 36 2 5 130 124
Binary 11111010 10110110 10110000 0 11011 11110 10 101 1011000 1010100

Color Harmonies of #FAB6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6B0

Black with #FAB6B0

Text Example


Text Example

White with #FAB6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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