Html Css Color HEX #FCC0A8 Melon

📋 copy color: '#FCC0A8'

red 252 ◦ green 192 ◦ blue 168

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

Shades of Melon #FCC0A8

Tints of Melon #FCC0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.45%

R = 41.18%
G = 31.37%
B = 27.45%

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

#FCC0A8 (or 0xFCC0A8) is known color: Melon. HEX triplet: FC, C0 and A8. RGB value is (252,192,168). Sum of RGB (Red+Green+Blue) = 252+192+168=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0A8 is #033F57. Grayscale: #CFCFCF. Windows color (decimal): -212824 or 11059452. OLE color: 11059452.

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

Color convert

RGB 252 192 168 -
CMYK 0 0.24 0.33 0.01
HSL 17.14º 0.93% 0.82% -
HSV(B) 17.14º 0.33% 0.99% -
XYZ 66.06 61.22 45.38 -
YUV 207.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 252 192 168 0 0.24 0.33 0.01 17.14 0.93 0.82
Hex FC C0 A8 0 18 21 1 11 5D 52
Octal 374 300 250 0 30 41 1 21 135 122
Binary 11111100 11000000 10101000 0 11000 100001 1 10001 1011101 1010010

Color Harmonies of #FCC0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0A8

Black with #FCC0A8

Text Example


Text Example

White with #FCC0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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