Html Css Color HEX #F3BDAE Melon

📋 copy color: '#F3BDAE'

red 243 ◦ green 189 ◦ blue 174

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

Shades of Melon #F3BDAE

Tints of Melon #F3BDAE

RGB

 RED value IS 243 (95.31% from 255) = 40.1%

 GREEN value IS 189 (74.22% from 255) = 31.19%

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

R = 40.1%
G = 31.19%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3BDAE (or 0xF3BDAE) is known color: Melon. HEX triplet: F3, BD and AE. RGB value is (243,189,174). Sum of RGB (Red+Green+Blue) = 243+189+174=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BDAE is #0C4251. Grayscale: #CBCBCB. Windows color (decimal): -803410 or 11451891. OLE color: 11451891.

HSL color Cylindrical-coordinate representation of color #F3BDAE: hue angle of 13.04º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3BDAE is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 189 174 -
CMYK 0 0.22 0.28 0.05
HSL 13.04º 0.74% 0.82% -
HSV(B) 13.04º 0.28% 0.95% -
XYZ 62.8 58.51 48.03 -
YUV 203.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 243 189 174 0 0.22 0.28 0.05 13.04 0.74 0.82
Hex F3 BD AE 0 16 1C 5 D 4A 52
Octal 363 275 256 0 26 34 5 15 112 122
Binary 11110011 10111101 10101110 0 10110 11100 101 1101 1001010 1010010

Color Harmonies of #F3BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDAE

Black with #F3BDAE

Text Example


Text Example

White with #F3BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDAE; }

 p { color: rgb(243,189,174); }

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

background-color css

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

 a { background-color: rgb(243,189,174); }

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

border-color css

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

 span { border-color: rgb(243,189,174); }

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