Html Css Color HEX #FFB6AE Melon

📋 copy color: '#FFB6AE'

red 255 ◦ green 182 ◦ blue 174

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

Shades of Melon #FFB6AE

Tints of Melon #FFB6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.48%

R = 41.73%
G = 29.79%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFB6AE (or 0xFFB6AE) is known color: Melon. HEX triplet: FF, B6 and AE. RGB value is (255,182,174). Sum of RGB (Red+Green+Blue) = 255+182+174=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AE is #004951. Grayscale: #CBCBCB. Windows color (decimal): -18770 or 11450111. OLE color: 11450111.

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

Color convert

RGB 255 182 174 -
CMYK 0 0.29 0.32 0
HSL 5.93º 1% 0.84% -
HSV(B) 5.93º 0.32% 1% -
XYZ 65.61 57.77 47.74 -
YUV 202.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 255 182 174 0 0.29 0.32 0 5.93 1 0.84
Hex FF B6 AE 0 1D 20 0 6 64 54
Octal 377 266 256 0 35 40 0 6 144 124
Binary 11111111 10110110 10101110 0 11101 100000 0 110 1100100 1010100

Color Harmonies of #FFB6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6AE

Black with #FFB6AE

Text Example


Text Example

White with #FFB6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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