Html Css Color HEX #FFBFAC Melon

📋 copy color: '#FFBFAC'

red 255 ◦ green 191 ◦ blue 172

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

Shades of Melon #FFBFAC

Tints of Melon #FFBFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.83%

R = 41.26%
G = 30.91%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFBFAC (or 0xFFBFAC) is known color: Melon. HEX triplet: FF, BF and AC. RGB value is (255,191,172). Sum of RGB (Red+Green+Blue) = 255+191+172=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFAC is #004053. Grayscale: #D0D0D0. Windows color (decimal): -16468 or 11321343. OLE color: 11321343.

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

Color convert

RGB 255 191 172 -
CMYK 0 0.25 0.33 0
HSL 13.73º 1% 0.84% -
HSV(B) 13.73º 0.33% 1% -
XYZ 67.32 61.5 47.35 -
YUV 207.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 255 191 172 0 0.25 0.33 0 13.73 1 0.84
Hex FF BF AC 0 19 21 0 E 64 54
Octal 377 277 254 0 31 41 0 16 144 124
Binary 11111111 10111111 10101100 0 11001 100001 0 1110 1100100 1010100

Color Harmonies of #FFBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFAC

Black with #FFBFAC

Text Example


Text Example

White with #FFBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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