Html Css Color HEX #FBC1AC Melon

📋 copy color: '#FBC1AC'

red 251 ◦ green 193 ◦ blue 172

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

Shades of Melon #FBC1AC

Tints of Melon #FBC1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.33%

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

R = 40.75%
G = 31.33%
B = 27.92%

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

#FBC1AC (or 0xFBC1AC) is known color: Melon. HEX triplet: FB, C1 and AC. RGB value is (251,193,172). Sum of RGB (Red+Green+Blue) = 251+193+172=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC1AC is #043E53. Grayscale: #D0D0D0. Windows color (decimal): -278100 or 11321851. OLE color: 11321851.

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

Color convert

RGB 251 193 172 -
CMYK 0 0.23 0.31 0.02
HSL 15.95º 0.91% 0.83% -
HSV(B) 15.95º 0.31% 0.98% -
XYZ 66.3 61.63 47.43 -
YUV 207.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 251 193 172 0 0.23 0.31 0.02 15.95 0.91 0.83
Hex FB C1 AC 0 17 1F 2 10 5B 53
Octal 373 301 254 0 27 37 2 20 133 123
Binary 11111011 11000001 10101100 0 10111 11111 10 10000 1011011 1010011

Color Harmonies of #FBC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1AC

Black with #FBC1AC

Text Example


Text Example

White with #FBC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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