Html Css Color HEX #FFB6AA Melon

📋 copy color: '#FFB6AA'

red 255 ◦ green 182 ◦ blue 170

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

Shades of Melon #FFB6AA

Tints of Melon #FFB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.98%

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

R = 42.01%
G = 29.98%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFB6AA (or 0xFFB6AA) is known color: Melon. HEX triplet: FF, B6 and AA. RGB value is (255,182,170). Sum of RGB (Red+Green+Blue) = 255+182+170=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AA is #004955. Grayscale: #CACACA. Windows color (decimal): -18774 or 11187967. OLE color: 11187967.

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

Color convert

RGB 255 182 170 -
CMYK 0 0.29 0.33 0
HSL 8.47º 1% 0.83% -
HSV(B) 8.47º 0.33% 1% -
XYZ 65.22 57.62 45.71 -
YUV 202.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 255 182 170 0 0.29 0.33 0 8.47 1 0.83
Hex FF B6 AA 0 1D 21 0 8 64 53
Octal 377 266 252 0 35 41 0 10 144 123
Binary 11111111 10110110 10101010 0 11101 100001 0 1000 1100100 1010011

Color Harmonies of #FFB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6AA

Black with #FFB6AA

Text Example


Text Example

White with #FFB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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