Html Css Color HEX #FFBFA6 Melon

📋 copy color: '#FFBFA6'

red 255 ◦ green 191 ◦ blue 166

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

Shades of Melon #FFBFA6

Tints of Melon #FFBFA6

RGB

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

 GREEN value IS 191 (75% from 255) = 31.21%

 BLUE value IS 166 (65.23% from 255) = 27.12%

R = 41.67%
G = 31.21%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFBFA6 (or 0xFFBFA6) is known color: Melon. HEX triplet: FF, BF and A6. RGB value is (255,191,166). Sum of RGB (Red+Green+Blue) = 255+191+166=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFA6 is #004059. Grayscale: #CFCFCF. Windows color (decimal): -16474 or 10928127. OLE color: 10928127.

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

Color convert

RGB 255 191 166 -
CMYK 0 0.25 0.35 0
HSL 16.85º 1% 0.83% -
HSV(B) 16.85º 0.35% 1% -
XYZ 66.75 61.27 44.39 -
YUV 207.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 255 191 166 0 0.25 0.35 0 16.85 1 0.83
Hex FF BF A6 0 19 23 0 11 64 53
Octal 377 277 246 0 31 43 0 21 144 123
Binary 11111111 10111111 10100110 0 11001 100011 0 10001 1100100 1010011

Color Harmonies of #FFBFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFA6

Black with #FFBFA6

Text Example


Text Example

White with #FFBFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFA6; }

 p { color: rgb(255,191,166); }

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

background-color css

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

 a { background-color: rgb(255,191,166); }

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

border-color css

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

 span { border-color: rgb(255,191,166); }

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