Html Css Color HEX #FBBDAC Melon

📋 copy color: '#FBBDAC'

red 251 ◦ green 189 ◦ blue 172

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

Shades of Melon #FBBDAC

Tints of Melon #FBBDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.1%

R = 41.01%
G = 30.88%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBBDAC (or 0xFBBDAC) is known color: Melon. HEX triplet: FB, BD and AC. RGB value is (251,189,172). Sum of RGB (Red+Green+Blue) = 251+189+172=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDAC is #044253. Grayscale: #CDCDCD. Windows color (decimal): -279124 or 11320827. OLE color: 11320827.

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

Color convert

RGB 251 189 172 -
CMYK 0 0.25 0.31 0.02
HSL 12.91º 0.91% 0.83% -
HSV(B) 12.91º 0.31% 0.98% -
XYZ 65.43 59.88 47.14 -
YUV 205.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 251 189 172 0 0.25 0.31 0.02 12.91 0.91 0.83
Hex FB BD AC 0 19 1F 2 D 5B 53
Octal 373 275 254 0 31 37 2 15 133 123
Binary 11111011 10111101 10101100 0 11001 11111 10 1101 1011011 1010011

Color Harmonies of #FBBDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDAC

Black with #FBBDAC

Text Example


Text Example

White with #FBBDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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