Html Css Color HEX #FFBFB2 Melon

📋 copy color: '#FFBFB2'

red 255 ◦ green 191 ◦ blue 178

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

Shades of Melon #FFBFB2

Tints of Melon #FFBFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.53%

R = 40.87%
G = 30.61%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFBFB2 (or 0xFFBFB2) is known color: Melon. HEX triplet: FF, BF and B2. RGB value is (255,191,178). Sum of RGB (Red+Green+Blue) = 255+191+178=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFB2 is #00404D. Grayscale: #D0D0D0. Windows color (decimal): -16462 or 11714559. OLE color: 11714559.

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

Color convert

RGB 255 191 178 -
CMYK 0 0.25 0.30 0
HSL 10.13º 1% 0.85% -
HSV(B) 10.13º 0.3% 1% -
XYZ 67.91 61.74 50.46 -
YUV 208.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 255 191 178 0 0.25 0.30 0 10.13 1 0.85
Hex FF BF B2 0 19 1E 0 A 64 55
Octal 377 277 262 0 31 36 0 12 144 125
Binary 11111111 10111111 10110010 0 11001 11110 0 1010 1100100 1010101

Color Harmonies of #FFBFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFB2

Black with #FFBFB2

Text Example


Text Example

White with #FFBFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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