Html Css Color HEX #F4BCAE Melon

📋 copy color: '#F4BCAE'

red 244 ◦ green 188 ◦ blue 174

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

Shades of Melon #F4BCAE

Tints of Melon #F4BCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.71%

R = 40.26%
G = 31.02%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F4BCAE (or 0xF4BCAE) is known color: Melon. HEX triplet: F4, BC and AE. RGB value is (244,188,174). Sum of RGB (Red+Green+Blue) = 244+188+174=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BCAE is #0B4351. Grayscale: #CBCBCB. Windows color (decimal): -738130 or 11451636. OLE color: 11451636.

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

Color convert

RGB 244 188 174 -
CMYK 0 0.23 0.29 0.04
HSL 12º 0.76% 0.82% -
HSV(B) 12º 0.29% 0.96% -
XYZ 62.93 58.26 47.97 -
YUV 203.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 244 188 174 0 0.23 0.29 0.04 12 0.76 0.82
Hex F4 BC AE 0 17 1D 4 C 4C 52
Octal 364 274 256 0 27 35 4 14 114 122
Binary 11110100 10111100 10101110 0 10111 11101 100 1100 1001100 1010010

Color Harmonies of #F4BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCAE

Black with #F4BCAE

Text Example


Text Example

White with #F4BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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