Html Css Color HEX #FBBDB4 Melon

📋 copy color: '#FBBDB4'

red 251 ◦ green 189 ◦ blue 180

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

Shades of Melon #FBBDB4

Tints of Melon #FBBDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.03%

R = 40.48%
G = 30.48%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBBDB4 (or 0xFBBDB4) is known color: Melon. HEX triplet: FB, BD and B4. RGB value is (251,189,180). Sum of RGB (Red+Green+Blue) = 251+189+180=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDB4 is #04424B. Grayscale: #CECECE. Windows color (decimal): -279116 or 11845115. OLE color: 11845115.

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

Color convert

RGB 251 189 180 -
CMYK 0 0.25 0.28 0.02
HSL 7.61º 0.9% 0.85% -
HSV(B) 7.61º 0.28% 0.98% -
XYZ 66.22 60.2 51.31 -
YUV 206.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 251 189 180 0 0.25 0.28 0.02 7.61 0.9 0.85
Hex FB BD B4 0 19 1C 2 8 5A 55
Octal 373 275 264 0 31 34 2 10 132 125
Binary 11111011 10111101 10110100 0 11001 11100 10 1000 1011010 1010101

Color Harmonies of #FBBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDB4

Black with #FBBDB4

Text Example


Text Example

White with #FBBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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