Html Css Color HEX #FABCB0 Melon

📋 copy color: '#FABCB0'

red 250 ◦ green 188 ◦ blue 176

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

Shades of Melon #FABCB0

Tints of Melon #FABCB0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.62%

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

R = 40.72%
G = 30.62%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FABCB0 (or 0xFABCB0) is known color: Melon. HEX triplet: FA, BC and B0. RGB value is (250,188,176). Sum of RGB (Red+Green+Blue) = 250+188+176=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCB0 is #05434F. Grayscale: #CDCDCD. Windows color (decimal): -344912 or 11582714. OLE color: 11582714.

HSL color Cylindrical-coordinate representation of color #FABCB0: hue angle of 9.73º 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 #FABCB0 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 176 -
CMYK 0 0.25 0.30 0.02
HSL 9.73º 0.88% 0.84% -
HSV(B) 9.73º 0.3% 0.98% -
XYZ 65.24 59.43 49.11 -
YUV 205.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 250 188 176 0 0.25 0.30 0.02 9.73 0.88 0.84
Hex FA BC B0 0 19 1E 2 A 58 54
Octal 372 274 260 0 31 36 2 12 130 124
Binary 11111010 10111100 10110000 0 11001 11110 10 1010 1011000 1010100

Color Harmonies of #FABCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCB0

Black with #FABCB0

Text Example


Text Example

White with #FABCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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