Html Css Color HEX #FFB8AC Melon

📋 copy color: '#FFB8AC'

red 255 ◦ green 184 ◦ blue 172

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

Shades of Melon #FFB8AC

Tints of Melon #FFB8AC

RGB

 RED value IS 255 (100% from 255) = 41.73%

 GREEN value IS 184 (72.27% from 255) = 30.11%

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

R = 41.73%
G = 30.11%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFB8AC (or 0xFFB8AC) is known color: Melon. HEX triplet: FF, B8 and AC. RGB value is (255,184,172). Sum of RGB (Red+Green+Blue) = 255+184+172=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8AC is #004753. Grayscale: #CBCBCB. Windows color (decimal): -18260 or 11319551. OLE color: 11319551.

HSL color Cylindrical-coordinate representation of color #FFB8AC: hue angle of 8.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB8AC is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 184 172 -
CMYK 0 0.28 0.33 0
HSL 8.67º 1% 0.84% -
HSV(B) 8.67º 0.33% 1% -
XYZ 65.83 58.52 46.86 -
YUV 203.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 255 184 172 0 0.28 0.33 0 8.67 1 0.84
Hex FF B8 AC 0 1C 21 0 9 64 54
Octal 377 270 254 0 34 41 0 11 144 124
Binary 11111111 10111000 10101100 0 11100 100001 0 1001 1100100 1010100

Color Harmonies of #FFB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8AC

Black with #FFB8AC

Text Example


Text Example

White with #FFB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8AC; }

 p { color: rgb(255,184,172); }

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

background-color css

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

 a { background-color: rgb(255,184,172); }

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

border-color css

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

 span { border-color: rgb(255,184,172); }

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