Html Css Color HEX #FFB7AD Melon

📋 copy color: '#FFB7AD'

red 255 ◦ green 183 ◦ blue 173

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

Shades of Melon #FFB7AD

Tints of Melon #FFB7AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.31%

R = 41.73%
G = 29.95%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFB7AD (or 0xFFB7AD) is known color: Melon. HEX triplet: FF, B7 and AD. RGB value is (255,183,173). Sum of RGB (Red+Green+Blue) = 255+183+173=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7AD is #004852. Grayscale: #CBCBCB. Windows color (decimal): -18515 or 11384831. OLE color: 11384831.

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

Color convert

RGB 255 183 173 -
CMYK 0 0.28 0.32 0
HSL 7.32º 1% 0.84% -
HSV(B) 7.32º 0.32% 1% -
XYZ 65.72 58.14 47.29 -
YUV 203.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 255 183 173 0 0.28 0.32 0 7.32 1 0.84
Hex FF B7 AD 0 1C 20 0 7 64 54
Octal 377 267 255 0 34 40 0 7 144 124
Binary 11111111 10110111 10101101 0 11100 100000 0 111 1100100 1010100

Color Harmonies of #FFB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7AD

Black with #FFB7AD

Text Example


Text Example

White with #FFB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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