Html Css Color HEX #FBBAB0 Melon

📋 copy color: '#FBBAB0'

red 251 ◦ green 186 ◦ blue 176

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

Shades of Melon #FBBAB0

Tints of Melon #FBBAB0

RGB

 RED value IS 251 (98.44% from 255) = 40.95%

 GREEN value IS 186 (73.05% from 255) = 30.34%

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

R = 40.95%
G = 30.34%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBBAB0 (or 0xFBBAB0) is known color: Melon. HEX triplet: FB, BA and B0. RGB value is (251,186,176). Sum of RGB (Red+Green+Blue) = 251+186+176=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAB0 is #04454F. Grayscale: #CCCCCC. Windows color (decimal): -279888 or 11582203. OLE color: 11582203.

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

Color convert

RGB 251 186 176 -
CMYK 0 0.26 0.30 0.02
HSL 0.9% 0.84% -
HSV(B) 0.3% 0.98% -
XYZ 65.18 58.76 48.98 -
YUV 204.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 251 186 176 0 0.26 0.30 0.02 8 0.9 0.84
Hex FB BA B0 0 1A 1E 2 8 5A 54
Octal 373 272 260 0 32 36 2 10 132 124
Binary 11111011 10111010 10110000 0 11010 11110 10 1000 1011010 1010100

Color Harmonies of #FBBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAB0

Black with #FBBAB0

Text Example


Text Example

White with #FBBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAB0; }

 p { color: rgb(251,186,176); }

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

background-color css

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

 a { background-color: rgb(251,186,176); }

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

border-color css

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

 span { border-color: rgb(251,186,176); }

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