Html Css Color HEX #FCC0AE Melon

📋 copy color: '#FCC0AE'

red 252 ◦ green 192 ◦ blue 174

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

Shades of Melon #FCC0AE

Tints of Melon #FCC0AE

RGB

 RED value IS 252 (98.83% from 255) = 40.78%

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

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

R = 40.78%
G = 31.07%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCC0AE (or 0xFCC0AE) is known color: Melon. HEX triplet: FC, C0 and AE. RGB value is (252,192,174). Sum of RGB (Red+Green+Blue) = 252+192+174=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0AE is #033F51. Grayscale: #D0D0D0. Windows color (decimal): -212818 or 11452668. OLE color: 11452668.

HSL color Cylindrical-coordinate representation of color #FCC0AE: hue angle of 13.85º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCC0AE is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 174 -
CMYK 0 0.24 0.31 0.01
HSL 13.85º 0.93% 0.84% -
HSV(B) 13.85º 0.31% 0.99% -
XYZ 66.63 61.45 48.39 -
YUV 207.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 252 192 174 0 0.24 0.31 0.01 13.85 0.93 0.84
Hex FC C0 AE 0 18 1F 1 E 5D 54
Octal 374 300 256 0 30 37 1 16 135 124
Binary 11111100 11000000 10101110 0 11000 11111 1 1110 1011101 1010100

Color Harmonies of #FCC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0AE

Black with #FCC0AE

Text Example


Text Example

White with #FCC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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