Html Css Color HEX #FFBCAC Melon

📋 copy color: '#FFBCAC'

red 255 ◦ green 188 ◦ blue 172

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

Shades of Melon #FFBCAC

Tints of Melon #FFBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.57%

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

R = 41.46%
G = 30.57%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFBCAC (or 0xFFBCAC) is known color: Melon. HEX triplet: FF, BC and AC. RGB value is (255,188,172). Sum of RGB (Red+Green+Blue) = 255+188+172=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCAC is #004353. Grayscale: #CECECE. Windows color (decimal): -17236 or 11320575. OLE color: 11320575.

HSL color Cylindrical-coordinate representation of color #FFBCAC: hue angle of 11.57º 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 #FFBCAC is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 188 172 -
CMYK 0 0.26 0.33 0
HSL 11.57º 1% 0.84% -
HSV(B) 11.57º 0.33% 1% -
XYZ 66.67 60.21 47.14 -
YUV 206.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 255 188 172 0 0.26 0.33 0 11.57 1 0.84
Hex FF BC AC 0 1A 21 0 C 64 54
Octal 377 274 254 0 32 41 0 14 144 124
Binary 11111111 10111100 10101100 0 11010 100001 0 1100 1100100 1010100

Color Harmonies of #FFBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCAC

Black with #FFBCAC

Text Example


Text Example

White with #FFBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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