Html Css Color HEX #FBC2AC Melon

📋 copy color: '#FBC2AC'

red 251 ◦ green 194 ◦ blue 172

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

Shades of Melon #FBC2AC

Tints of Melon #FBC2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.44%

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

R = 40.68%
G = 31.44%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBC2AC (or 0xFBC2AC) is known color: Melon. HEX triplet: FB, C2 and AC. RGB value is (251,194,172). Sum of RGB (Red+Green+Blue) = 251+194+172=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2AC is #043D53. Grayscale: #D0D0D0. Windows color (decimal): -277844 or 11322107. OLE color: 11322107.

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

Color convert

RGB 251 194 172 -
CMYK 0 0.23 0.31 0.02
HSL 16.71º 0.91% 0.83% -
HSV(B) 16.71º 0.31% 0.98% -
XYZ 66.52 62.07 47.5 -
YUV 208.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 251 194 172 0 0.23 0.31 0.02 16.71 0.91 0.83
Hex FB C2 AC 0 17 1F 2 11 5B 53
Octal 373 302 254 0 27 37 2 21 133 123
Binary 11111011 11000010 10101100 0 10111 11111 10 10001 1011011 1010011

Color Harmonies of #FBC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2AC

Black with #FBC2AC

Text Example


Text Example

White with #FBC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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