Html Css Color HEX #FFB7A1 Melon

📋 copy color: '#FFB7A1'

red 255 ◦ green 183 ◦ blue 161

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

Shades of Melon #FFB7A1

Tints of Melon #FFB7A1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.55%

 BLUE value IS 161 (63.28% from 255) = 26.88%

R = 42.57%
G = 30.55%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFB7A1 (or 0xFFB7A1) is known color: Melon. HEX triplet: FF, B7 and A1. RGB value is (255,183,161). Sum of RGB (Red+Green+Blue) = 255+183+161=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7A1 is #00485E. Grayscale: #CACACA. Windows color (decimal): -18527 or 10598399. OLE color: 10598399.

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

Color convert

RGB 255 183 161 -
CMYK 0 0.28 0.37 0
HSL 14.04º 1% 0.82% -
HSV(B) 14.04º 0.37% 1% -
XYZ 64.61 57.7 41.45 -
YUV 202.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 255 183 161 0 0.28 0.37 0 14.04 1 0.82
Hex FF B7 A1 0 1C 25 0 E 64 52
Octal 377 267 241 0 34 45 0 16 144 122
Binary 11111111 10110111 10100001 0 11100 100101 0 1110 1100100 1010010

Color Harmonies of #FFB7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7A1

Black with #FFB7A1

Text Example


Text Example

White with #FFB7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7A1; }

 p { color: rgb(255,183,161); }

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

background-color css

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

 a { background-color: rgb(255,183,161); }

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

border-color css

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

 span { border-color: rgb(255,183,161); }

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