Html Css Color HEX #FFB9AF Melon

📋 copy color: '#FFB9AF'

red 255 ◦ green 185 ◦ blue 175

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

Shades of Melon #FFB9AF

Tints of Melon #FFB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.08%

 BLUE value IS 175 (68.75% from 255) = 28.46%

R = 41.46%
G = 30.08%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFB9AF (or 0xFFB9AF) is known color: Melon. HEX triplet: FF, B9 and AF. RGB value is (255,185,175). Sum of RGB (Red+Green+Blue) = 255+185+175=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9AF is #004650. Grayscale: #CCCCCC. Windows color (decimal): -18001 or 11516415. OLE color: 11516415.

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

Color convert

RGB 255 185 175 -
CMYK 0 0.27 0.31 0
HSL 7.5º 1% 0.84% -
HSV(B) 7.5º 0.31% 1% -
XYZ 66.33 59.05 48.46 -
YUV 204.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 255 185 175 0 0.27 0.31 0 7.5 1 0.84
Hex FF B9 AF 0 1B 1F 0 8 64 54
Octal 377 271 257 0 33 37 0 10 144 124
Binary 11111111 10111001 10101111 0 11011 11111 0 1000 1100100 1010100

Color Harmonies of #FFB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9AF

Black with #FFB9AF

Text Example


Text Example

White with #FFB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9AF; }

 p { color: rgb(255,185,175); }

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

background-color css

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

 a { background-color: rgb(255,185,175); }

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

border-color css

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

 span { border-color: rgb(255,185,175); }

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