Html Css Color HEX #FBC0AC Melon

📋 copy color: '#FBC0AC'

red 251 ◦ green 192 ◦ blue 172

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

Shades of Melon #FBC0AC

Tints of Melon #FBC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.22%

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

R = 40.81%
G = 31.22%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBC0AC (or 0xFBC0AC) is known color: Melon. HEX triplet: FB, C0 and AC. RGB value is (251,192,172). Sum of RGB (Red+Green+Blue) = 251+192+172=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0AC is #043F53. Grayscale: #CFCFCF. Windows color (decimal): -278356 or 11321595. OLE color: 11321595.

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

Color convert

RGB 251 192 172 -
CMYK 0 0.24 0.31 0.02
HSL 15.19º 0.91% 0.83% -
HSV(B) 15.19º 0.31% 0.98% -
XYZ 66.08 61.19 47.36 -
YUV 207.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 251 192 172 0 0.24 0.31 0.02 15.19 0.91 0.83
Hex FB C0 AC 0 18 1F 2 F 5B 53
Octal 373 300 254 0 30 37 2 17 133 123
Binary 11111011 11000000 10101100 0 11000 11111 10 1111 1011011 1010011

Color Harmonies of #FBC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0AC

Black with #FBC0AC

Text Example


Text Example

White with #FBC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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