Html Css Color HEX #FCC0AA Melon

📋 copy color: '#FCC0AA'

red 252 ◦ green 192 ◦ blue 170

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

Shades of Melon #FCC0AA

Tints of Melon #FCC0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.69%

R = 41.04%
G = 31.27%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCC0AA (or 0xFCC0AA) is known color: Melon. HEX triplet: FC, C0 and AA. RGB value is (252,192,170). Sum of RGB (Red+Green+Blue) = 252+192+170=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0AA is #033F55. Grayscale: #CFCFCF. Windows color (decimal): -212822 or 11190524. OLE color: 11190524.

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

Color convert

RGB 252 192 170 -
CMYK 0 0.24 0.33 0.01
HSL 16.1º 0.93% 0.83% -
HSV(B) 16.1º 0.33% 0.99% -
XYZ 66.25 61.3 46.37 -
YUV 207.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 252 192 170 0 0.24 0.33 0.01 16.1 0.93 0.83
Hex FC C0 AA 0 18 21 1 10 5D 53
Octal 374 300 252 0 30 41 1 20 135 123
Binary 11111100 11000000 10101010 0 11000 100001 1 10000 1011101 1010011

Color Harmonies of #FCC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0AA

Black with #FCC0AA

Text Example


Text Example

White with #FCC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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