Html Css Color HEX #FFB3A4 Melon

📋 copy color: '#FFB3A4'

red 255 ◦ green 179 ◦ blue 164

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

Shades of Melon #FFB3A4

Tints of Melon #FFB3A4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.93%

 BLUE value IS 164 (64.45% from 255) = 27.42%

R = 42.64%
G = 29.93%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFB3A4 (or 0xFFB3A4) is known color: Melon. HEX triplet: FF, B3 and A4. RGB value is (255,179,164). Sum of RGB (Red+Green+Blue) = 255+179+164=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A4 is #004C5B. Grayscale: #C8C8C8. Windows color (decimal): -19548 or 10793983. OLE color: 10793983.

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

Color convert

RGB 255 179 164 -
CMYK 0 0.30 0.36 0
HSL 9.89º 1% 0.82% -
HSV(B) 9.89º 0.36% 1% -
XYZ 64.06 56.18 42.59 -
YUV 200.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 255 179 164 0 0.30 0.36 0 9.89 1 0.82
Hex FF B3 A4 0 1E 24 0 A 64 52
Octal 377 263 244 0 36 44 0 12 144 122
Binary 11111111 10110011 10100100 0 11110 100100 0 1010 1100100 1010010

Color Harmonies of #FFB3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3A4

Black with #FFB3A4

Text Example


Text Example

White with #FFB3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3A4; }

 p { color: rgb(255,179,164); }

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

background-color css

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

 a { background-color: rgb(255,179,164); }

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

border-color css

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

 span { border-color: rgb(255,179,164); }

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