Html Css Color HEX #FFBFB1 Melon

📋 copy color: '#FFBFB1'

red 255 ◦ green 191 ◦ blue 177

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

Shades of Melon #FFBFB1

Tints of Melon #FFBFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.41%

R = 40.93%
G = 30.66%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFBFB1 (or 0xFFBFB1) is known color: Melon. HEX triplet: FF, BF and B1. RGB value is (255,191,177). Sum of RGB (Red+Green+Blue) = 255+191+177=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFB1 is #00404E. Grayscale: #D0D0D0. Windows color (decimal): -16463 or 11649023. OLE color: 11649023.

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

Color convert

RGB 255 191 177 -
CMYK 0 0.25 0.31 0
HSL 10.77º 1% 0.85% -
HSV(B) 10.77º 0.31% 1% -
XYZ 67.81 61.7 49.93 -
YUV 208.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 255 191 177 0 0.25 0.31 0 10.77 1 0.85
Hex FF BF B1 0 19 1F 0 B 64 55
Octal 377 277 261 0 31 37 0 13 144 125
Binary 11111111 10111111 10110001 0 11001 11111 0 1011 1100100 1010101

Color Harmonies of #FFBFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFB1

Black with #FFBFB1

Text Example


Text Example

White with #FFBFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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