Html Css Color HEX #FFB3A6 Melon

📋 copy color: '#FFB3A6'

red 255 ◦ green 179 ◦ blue 166

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

Shades of Melon #FFB3A6

Tints of Melon #FFB3A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.67%

R = 42.5%
G = 29.83%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFB3A6 (or 0xFFB3A6) is known color: Melon. HEX triplet: FF, B3 and A6. RGB value is (255,179,166). Sum of RGB (Red+Green+Blue) = 255+179+166=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB3A6 is #004C59. Grayscale: #C8C8C8. Windows color (decimal): -19546 or 10925055. OLE color: 10925055.

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

Color convert

RGB 255 179 166 -
CMYK 0 0.30 0.35 0
HSL 8.76º 1% 0.83% -
HSV(B) 8.76º 0.35% 1% -
XYZ 64.24 56.25 43.55 -
YUV 200.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 255 179 166 0 0.30 0.35 0 8.76 1 0.83
Hex FF B3 A6 0 1E 23 0 9 64 53
Octal 377 263 246 0 36 43 0 11 144 123
Binary 11111111 10110011 10100110 0 11110 100011 0 1001 1100100 1010011

Color Harmonies of #FFB3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3A6

Black with #FFB3A6

Text Example


Text Example

White with #FFB3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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