Html Css Color HEX #F8BBAC Melon

📋 copy color: '#F8BBAC'

red 248 ◦ green 187 ◦ blue 172

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

Shades of Melon #F8BBAC

Tints of Melon #F8BBAC

RGB

 RED value IS 248 (97.27% from 255) = 40.86%

 GREEN value IS 187 (73.44% from 255) = 30.81%

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

R = 40.86%
G = 30.81%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8BBAC (or 0xF8BBAC) is known color: Melon. HEX triplet: F8, BB and AC. RGB value is (248,187,172). Sum of RGB (Red+Green+Blue) = 248+187+172=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBAC is #074453. Grayscale: #CBCBCB. Windows color (decimal): -476244 or 11320312. OLE color: 11320312.

HSL color Cylindrical-coordinate representation of color #F8BBAC: hue angle of 11.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8BBAC is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 187 172 -
CMYK 0 0.25 0.31 0.03
HSL 11.84º 0.84% 0.82% -
HSV(B) 11.84º 0.31% 0.97% -
XYZ 63.93 58.48 46.95 -
YUV 203.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 248 187 172 0 0.25 0.31 0.03 11.84 0.84 0.82
Hex F8 BB AC 0 19 1F 3 C 54 52
Octal 370 273 254 0 31 37 3 14 124 122
Binary 11111000 10111011 10101100 0 11001 11111 11 1100 1010100 1010010

Color Harmonies of #F8BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBAC

Black with #F8BBAC

Text Example


Text Example

White with #F8BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBAC; }

 p { color: rgb(248,187,172); }

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

background-color css

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

 a { background-color: rgb(248,187,172); }

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

border-color css

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

 span { border-color: rgb(248,187,172); }

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