Html Css Color HEX #FFB7A2 Melon

📋 copy color: '#FFB7A2'

red 255 ◦ green 183 ◦ blue 162

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

Shades of Melon #FFB7A2

Tints of Melon #FFB7A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27%

R = 42.5%
G = 30.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFB7A2 (or 0xFFB7A2) is known color: Melon. HEX triplet: FF, B7 and A2. RGB value is (255,183,162). Sum of RGB (Red+Green+Blue) = 255+183+162=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7A2 is #00485D. Grayscale: #CACACA. Windows color (decimal): -18526 or 10663935. OLE color: 10663935.

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

Color convert

RGB 255 183 162 -
CMYK 0 0.28 0.36 0
HSL 13.55º 1% 0.82% -
HSV(B) 13.55º 0.36% 1% -
XYZ 64.7 57.74 41.92 -
YUV 202.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 255 183 162 0 0.28 0.36 0 13.55 1 0.82
Hex FF B7 A2 0 1C 24 0 E 64 52
Octal 377 267 242 0 34 44 0 16 144 122
Binary 11111111 10110111 10100010 0 11100 100100 0 1110 1100100 1010010

Color Harmonies of #FFB7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7A2

Black with #FFB7A2

Text Example


Text Example

White with #FFB7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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