Html Css Color HEX #FBBDB0 Melon

📋 copy color: '#FBBDB0'

red 251 ◦ green 189 ◦ blue 176

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

Shades of Melon #FBBDB0

Tints of Melon #FBBDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.68%

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

R = 40.75%
G = 30.68%
B = 28.57%

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

#FBBDB0 (or 0xFBBDB0) is known color: Melon. HEX triplet: FB, BD and B0. RGB value is (251,189,176). Sum of RGB (Red+Green+Blue) = 251+189+176=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDB0 is #04424F. Grayscale: #CECECE. Windows color (decimal): -279120 or 11582971. OLE color: 11582971.

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

Color convert

RGB 251 189 176 -
CMYK 0 0.25 0.30 0.02
HSL 10.4º 0.9% 0.84% -
HSV(B) 10.4º 0.3% 0.98% -
XYZ 65.82 60.04 49.19 -
YUV 206.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 251 189 176 0 0.25 0.30 0.02 10.4 0.9 0.84
Hex FB BD B0 0 19 1E 2 A 5A 54
Octal 373 275 260 0 31 36 2 12 132 124
Binary 11111011 10111101 10110000 0 11001 11110 10 1010 1011010 1010100

Color Harmonies of #FBBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDB0

Black with #FBBDB0

Text Example


Text Example

White with #FBBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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