Html Css Color HEX #F4BCB0 Melon

📋 copy color: '#F4BCB0'

red 244 ◦ green 188 ◦ blue 176

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

Shades of Melon #F4BCB0

Tints of Melon #F4BCB0

RGB

 RED value IS 244 (95.7% from 255) = 40.13%

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

 BLUE value IS 176 (69.14% from 255) = 28.95%

R = 40.13%
G = 30.92%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F4BCB0 (or 0xF4BCB0) is known color: Melon. HEX triplet: F4, BC and B0. RGB value is (244,188,176). Sum of RGB (Red+Green+Blue) = 244+188+176=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BCB0 is #0B434F. Grayscale: #CBCBCB. Windows color (decimal): -738128 or 11582708. OLE color: 11582708.

HSL color Cylindrical-coordinate representation of color #F4BCB0: hue angle of 10.59º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4BCB0 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 176 -
CMYK 0 0.23 0.28 0.04
HSL 10.59º 0.76% 0.82% -
HSV(B) 10.59º 0.28% 0.96% -
XYZ 63.13 58.33 49.01 -
YUV 203.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 244 188 176 0 0.23 0.28 0.04 10.59 0.76 0.82
Hex F4 BC B0 0 17 1C 4 B 4C 52
Octal 364 274 260 0 27 34 4 13 114 122
Binary 11110100 10111100 10110000 0 10111 11100 100 1011 1001100 1010010

Color Harmonies of #F4BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCB0

Black with #F4BCB0

Text Example


Text Example

White with #F4BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCB0; }

 p { color: rgb(244,188,176); }

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

background-color css

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

 a { background-color: rgb(244,188,176); }

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

border-color css

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

 span { border-color: rgb(244,188,176); }

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