Html Css Color HEX #FFB6AF Melon

📋 copy color: '#FFB6AF'

red 255 ◦ green 182 ◦ blue 175

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

Shades of Melon #FFB6AF

Tints of Melon #FFB6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.59%

R = 41.67%
G = 29.74%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFB6AF (or 0xFFB6AF) is known color: Melon. HEX triplet: FF, B6 and AF. RGB value is (255,182,175). Sum of RGB (Red+Green+Blue) = 255+182+175=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AF is #004950. Grayscale: #CBCBCB. Windows color (decimal): -18769 or 11515647. OLE color: 11515647.

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

Color convert

RGB 255 182 175 -
CMYK 0 0.29 0.31 0
HSL 5.25º 1% 0.84% -
HSV(B) 5.25º 0.31% 1% -
XYZ 65.71 57.81 48.25 -
YUV 203.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 255 182 175 0 0.29 0.31 0 5.25 1 0.84
Hex FF B6 AF 0 1D 1F 0 5 64 54
Octal 377 266 257 0 35 37 0 5 144 124
Binary 11111111 10110110 10101111 0 11101 11111 0 101 1100100 1010100

Color Harmonies of #FFB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6AF

Black with #FFB6AF

Text Example


Text Example

White with #FFB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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