Html Css Color HEX #FFBFA9 Melon

📋 copy color: '#FFBFA9'

red 255 ◦ green 191 ◦ blue 169

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

Shades of Melon #FFBFA9

Tints of Melon #FFBFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.48%

R = 41.46%
G = 31.06%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFBFA9 (or 0xFFBFA9) is known color: Melon. HEX triplet: FF, BF and A9. RGB value is (255,191,169). Sum of RGB (Red+Green+Blue) = 255+191+169=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 169 (66.41% from 255 or 27.48% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFA9 is #004056. Grayscale: #CFCFCF. Windows color (decimal): -16471 or 11124735. OLE color: 11124735.

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

Color convert

RGB 255 191 169 -
CMYK 0 0.25 0.34 0
HSL 15.35º 1% 0.83% -
HSV(B) 15.35º 0.34% 1% -
XYZ 67.03 61.39 45.85 -
YUV 207.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 255 191 169 0 0.25 0.34 0 15.35 1 0.83
Hex FF BF A9 0 19 22 0 F 64 53
Octal 377 277 251 0 31 42 0 17 144 123
Binary 11111111 10111111 10101001 0 11001 100010 0 1111 1100100 1010011

Color Harmonies of #FFBFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFA9

Black with #FFBFA9

Text Example


Text Example

White with #FFBFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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