Html Css Color HEX #FFB4AC Melon

📋 copy color: '#FFB4AC'

red 255 ◦ green 180 ◦ blue 172

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

Shades of Melon #FFB4AC

Tints of Melon #FFB4AC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.65%

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

R = 42.01%
G = 29.65%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFB4AC (or 0xFFB4AC) is known color: Melon. HEX triplet: FF, B4 and AC. RGB value is (255,180,172). Sum of RGB (Red+Green+Blue) = 255+180+172=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4AC is #004B53. Grayscale: #C9C9C9. Windows color (decimal): -19284 or 11318527. OLE color: 11318527.

HSL color Cylindrical-coordinate representation of color #FFB4AC: hue angle of 5.78º 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 #FFB4AC is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 180 172 -
CMYK 0 0.29 0.33 0
HSL 5.78º 1% 0.84% -
HSV(B) 5.78º 0.33% 1% -
XYZ 65.01 56.88 46.58 -
YUV 201.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 255 180 172 0 0.29 0.33 0 5.78 1 0.84
Hex FF B4 AC 0 1D 21 0 6 64 54
Octal 377 264 254 0 35 41 0 6 144 124
Binary 11111111 10110100 10101100 0 11101 100001 0 110 1100100 1010100

Color Harmonies of #FFB4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4AC

Black with #FFB4AC

Text Example


Text Example

White with #FFB4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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