Html Css Color HEX #FFB6A7 Melon

📋 copy color: '#FFB6A7'

red 255 ◦ green 182 ◦ blue 167

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

Shades of Melon #FFB6A7

Tints of Melon #FFB6A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.65%

R = 42.22%
G = 30.13%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFB6A7 (or 0xFFB6A7) is known color: Melon. HEX triplet: FF, B6 and A7. RGB value is (255,182,167). Sum of RGB (Red+Green+Blue) = 255+182+167=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6A7 is #004958. Grayscale: #CACACA. Windows color (decimal): -18777 or 10991359. OLE color: 10991359.

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

Color convert

RGB 255 182 167 -
CMYK 0 0.29 0.35 0
HSL 10.23º 1% 0.83% -
HSV(B) 10.23º 0.35% 1% -
XYZ 64.94 57.51 44.24 -
YUV 202.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 255 182 167 0 0.29 0.35 0 10.23 1 0.83
Hex FF B6 A7 0 1D 23 0 A 64 53
Octal 377 266 247 0 35 43 0 12 144 123
Binary 11111111 10110110 10100111 0 11101 100011 0 1010 1100100 1010011

Color Harmonies of #FFB6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6A7

Black with #FFB6A7

Text Example


Text Example

White with #FFB6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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