Html Css Color HEX #FFB8A1 Melon

📋 copy color: '#FFB8A1'

red 255 ◦ green 184 ◦ blue 161

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

Shades of Melon #FFB8A1

Tints of Melon #FFB8A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.83%

R = 42.5%
G = 30.67%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFB8A1 (or 0xFFB8A1) is known color: Melon. HEX triplet: FF, B8 and A1. RGB value is (255,184,161). Sum of RGB (Red+Green+Blue) = 255+184+161=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8A1 is #00475E. Grayscale: #CACACA. Windows color (decimal): -18271 or 10598655. OLE color: 10598655.

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

Color convert

RGB 255 184 161 -
CMYK 0 0.28 0.37 0
HSL 14.68º 1% 0.82% -
HSV(B) 14.68º 0.37% 1% -
XYZ 64.81 58.11 41.52 -
YUV 202.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 255 184 161 0 0.28 0.37 0 14.68 1 0.82
Hex FF B8 A1 0 1C 25 0 F 64 52
Octal 377 270 241 0 34 45 0 17 144 122
Binary 11111111 10111000 10100001 0 11100 100101 0 1111 1100100 1010010

Color Harmonies of #FFB8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8A1

Black with #FFB8A1

Text Example


Text Example

White with #FFB8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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