Html Css Color HEX #FFBCB3 Melon

📋 copy color: '#FFBCB3'

red 255 ◦ green 188 ◦ blue 179

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

Shades of Melon #FFBCB3

Tints of Melon #FFBCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.78%

R = 41%
G = 30.23%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFBCB3 (or 0xFFBCB3) is known color: Melon. HEX triplet: FF, BC and B3. RGB value is (255,188,179). Sum of RGB (Red+Green+Blue) = 255+188+179=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCB3 is #00434C. Grayscale: #CFCFCF. Windows color (decimal): -17229 or 11779327. OLE color: 11779327.

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

Color convert

RGB 255 188 179 -
CMYK 0 0.26 0.30 0
HSL 7.11º 1% 0.85% -
HSV(B) 7.11º 0.3% 1% -
XYZ 67.36 60.48 50.77 -
YUV 207.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 255 188 179 0 0.26 0.30 0 7.11 1 0.85
Hex FF BC B3 0 1A 1E 0 7 64 55
Octal 377 274 263 0 32 36 0 7 144 125
Binary 11111111 10111100 10110011 0 11010 11110 0 111 1100100 1010101

Color Harmonies of #FFBCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCB3

Black with #FFBCB3

Text Example


Text Example

White with #FFBCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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