Html Css Color HEX #F8C0AE Melon

📋 copy color: '#F8C0AE'

red 248 ◦ green 192 ◦ blue 174

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

Shades of Melon #F8C0AE

Tints of Melon #F8C0AE

RGB

 RED value IS 248 (97.27% from 255) = 40.39%

 GREEN value IS 192 (75.39% from 255) = 31.27%

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

R = 40.39%
G = 31.27%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8C0AE (or 0xF8C0AE) is known color: Melon. HEX triplet: F8, C0 and AE. RGB value is (248,192,174). Sum of RGB (Red+Green+Blue) = 248+192+174=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C0AE is #073F51. Grayscale: #CECECE. Windows color (decimal): -474962 or 11452664. OLE color: 11452664.

HSL color Cylindrical-coordinate representation of color #F8C0AE: hue angle of 14.59º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8C0AE is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 192 174 -
CMYK 0 0.23 0.30 0.03
HSL 14.59º 0.84% 0.83% -
HSV(B) 14.59º 0.3% 0.97% -
XYZ 65.2 60.71 48.33 -
YUV 206.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 248 192 174 0 0.23 0.30 0.03 14.59 0.84 0.83
Hex F8 C0 AE 0 17 1E 3 F 54 53
Octal 370 300 256 0 27 36 3 17 124 123
Binary 11111000 11000000 10101110 0 10111 11110 11 1111 1010100 1010011

Color Harmonies of #F8C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C0AE

Black with #F8C0AE

Text Example


Text Example

White with #F8C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C0AE; }

 p { color: rgb(248,192,174); }

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

background-color css

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

 a { background-color: rgb(248,192,174); }

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

border-color css

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

 span { border-color: rgb(248,192,174); }

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