Html Css Color HEX #FFB8AA Melon

📋 copy color: '#FFB8AA'

red 255 ◦ green 184 ◦ blue 170

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

Shades of Melon #FFB8AA

Tints of Melon #FFB8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.91%

R = 41.87%
G = 30.21%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFB8AA (or 0xFFB8AA) is known color: Melon. HEX triplet: FF, B8 and AA. RGB value is (255,184,170). Sum of RGB (Red+Green+Blue) = 255+184+170=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8AA is #004755. Grayscale: #CBCBCB. Windows color (decimal): -18262 or 11188479. OLE color: 11188479.

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

Color convert

RGB 255 184 170 -
CMYK 0 0.28 0.33 0
HSL 9.88º 1% 0.83% -
HSV(B) 9.88º 0.33% 1% -
XYZ 65.64 58.44 45.85 -
YUV 203.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 255 184 170 0 0.28 0.33 0 9.88 1 0.83
Hex FF B8 AA 0 1C 21 0 A 64 53
Octal 377 270 252 0 34 41 0 12 144 123
Binary 11111111 10111000 10101010 0 11100 100001 0 1010 1100100 1010011

Color Harmonies of #FFB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8AA

Black with #FFB8AA

Text Example


Text Example

White with #FFB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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