Html Css Color HEX #FFBFB4 Melon

📋 copy color: '#FFBFB4'

red 255 ◦ green 191 ◦ blue 180

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

Shades of Melon #FFBFB4

Tints of Melon #FFBFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.75%

R = 40.73%
G = 30.51%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFBFB4 (or 0xFFBFB4) is known color: Melon. HEX triplet: FF, BF and B4. RGB value is (255,191,180). Sum of RGB (Red+Green+Blue) = 255+191+180=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFB4 is #00404B. Grayscale: #D0D0D0. Windows color (decimal): -16460 or 11845631. OLE color: 11845631.

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

Color convert

RGB 255 191 180 -
CMYK 0 0.25 0.29 0
HSL 8.8º 1% 0.85% -
HSV(B) 8.8º 0.29% 1% -
XYZ 68.11 61.82 51.52 -
YUV 208.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 255 191 180 0 0.25 0.29 0 8.8 1 0.85
Hex FF BF B4 0 19 1D 0 9 64 55
Octal 377 277 264 0 31 35 0 11 144 125
Binary 11111111 10111111 10110100 0 11001 11101 0 1001 1100100 1010101

Color Harmonies of #FFBFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFB4

Black with #FFBFB4

Text Example


Text Example

White with #FFBFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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