Html Css Color HEX #FFB5AD Melon

📋 copy color: '#FFB5AD'

red 255 ◦ green 181 ◦ blue 173

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

Shades of Melon #FFB5AD

Tints of Melon #FFB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

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

R = 41.87%
G = 29.72%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFB5AD (or 0xFFB5AD) is known color: Melon. HEX triplet: FF, B5 and AD. RGB value is (255,181,173). Sum of RGB (Red+Green+Blue) = 255+181+173=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5AD is #004A52. Grayscale: #CACACA. Windows color (decimal): -19027 or 11384319. OLE color: 11384319.

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

Color convert

RGB 255 181 173 -
CMYK 0 0.29 0.32 0
HSL 5.85º 1% 0.84% -
HSV(B) 5.85º 0.32% 1% -
XYZ 65.31 57.32 47.16 -
YUV 202.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 255 181 173 0 0.29 0.32 0 5.85 1 0.84
Hex FF B5 AD 0 1D 20 0 6 64 54
Octal 377 265 255 0 35 40 0 6 144 124
Binary 11111111 10110101 10101101 0 11101 100000 0 110 1100100 1010100

Color Harmonies of #FFB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5AD

Black with #FFB5AD

Text Example


Text Example

White with #FFB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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