Html Css Color HEX #FFB8AD Melon

📋 copy color: '#FFB8AD'

red 255 ◦ green 184 ◦ blue 173

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

Shades of Melon #FFB8AD

Tints of Melon #FFB8AD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.07%

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

R = 41.67%
G = 30.07%
B = 28.27%

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

#FFB8AD (or 0xFFB8AD) is known color: Melon. HEX triplet: FF, B8 and AD. RGB value is (255,184,173). Sum of RGB (Red+Green+Blue) = 255+184+173=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8AD is #004752. Grayscale: #CCCCCC. Windows color (decimal): -18259 or 11385087. OLE color: 11385087.

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

Color convert

RGB 255 184 173 -
CMYK 0 0.28 0.32 0
HSL 8.05º 1% 0.84% -
HSV(B) 8.05º 0.32% 1% -
XYZ 65.92 58.56 47.36 -
YUV 203.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 255 184 173 0 0.28 0.32 0 8.05 1 0.84
Hex FF B8 AD 0 1C 20 0 8 64 54
Octal 377 270 255 0 34 40 0 10 144 124
Binary 11111111 10111000 10101101 0 11100 100000 0 1000 1100100 1010100

Color Harmonies of #FFB8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8AD

Black with #FFB8AD

Text Example


Text Example

White with #FFB8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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