Html Css Color HEX #FFB9A8 Melon

📋 copy color: '#FFB9A8'

red 255 ◦ green 185 ◦ blue 168

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

Shades of Melon #FFB9A8

Tints of Melon #FFB9A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.63%

R = 41.94%
G = 30.43%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFB9A8 (or 0xFFB9A8) is known color: Melon. HEX triplet: FF, B9 and A8. RGB value is (255,185,168). Sum of RGB (Red+Green+Blue) = 255+185+168=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9A8 is #004657. Grayscale: #CCCCCC. Windows color (decimal): -18008 or 11057663. OLE color: 11057663.

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

Color convert

RGB 255 185 168 -
CMYK 0 0.27 0.34 0
HSL 11.72º 1% 0.83% -
HSV(B) 11.72º 0.34% 1% -
XYZ 65.66 58.79 44.93 -
YUV 203.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 255 185 168 0 0.27 0.34 0 11.72 1 0.83
Hex FF B9 A8 0 1B 22 0 C 64 53
Octal 377 271 250 0 33 42 0 14 144 123
Binary 11111111 10111001 10101000 0 11011 100010 0 1100 1100100 1010011

Color Harmonies of #FFB9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9A8

Black with #FFB9A8

Text Example


Text Example

White with #FFB9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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