Html Css Color HEX #FFBFA7 Melon

📋 copy color: '#FFBFA7'

red 255 ◦ green 191 ◦ blue 167

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

Shades of Melon #FFBFA7

Tints of Melon #FFBFA7

RGB

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

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

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

R = 41.6%
G = 31.16%
B = 27.24%

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

#FFBFA7 (or 0xFFBFA7) is known color: Melon. HEX triplet: FF, BF and A7. RGB value is (255,191,167). Sum of RGB (Red+Green+Blue) = 255+191+167=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFA7 is #004058. Grayscale: #CFCFCF. Windows color (decimal): -16473 or 10993663. OLE color: 10993663.

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

Color convert

RGB 255 191 167 -
CMYK 0 0.25 0.35 0
HSL 16.36º 1% 0.83% -
HSV(B) 16.36º 0.35% 1% -
XYZ 66.85 61.31 44.87 -
YUV 207.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 255 191 167 0 0.25 0.35 0 16.36 1 0.83
Hex FF BF A7 0 19 23 0 10 64 53
Octal 377 277 247 0 31 43 0 20 144 123
Binary 11111111 10111111 10100111 0 11001 100011 0 10000 1100100 1010011

Color Harmonies of #FFBFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFA7

Black with #FFBFA7

Text Example


Text Example

White with #FFBFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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