Html Css Color HEX #FCC2A9 Melon

📋 copy color: '#FCC2A9'

red 252 ◦ green 194 ◦ blue 169

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

Shades of Melon #FCC2A9

Tints of Melon #FCC2A9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.54%

 BLUE value IS 169 (66.41% from 255) = 27.48%

R = 40.98%
G = 31.54%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCC2A9 (or 0xFCC2A9) is known color: Melon. HEX triplet: FC, C2 and A9. RGB value is (252,194,169). Sum of RGB (Red+Green+Blue) = 252+194+169=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 169 (66.41% from 255 or 27.48% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2A9 is #033D56. Grayscale: #D0D0D0. Windows color (decimal): -212311 or 11125500. OLE color: 11125500.

HSL color Cylindrical-coordinate representation of color #FCC2A9: hue angle of 18.07º 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 #FCC2A9 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 169 -
CMYK 0 0.23 0.33 0.01
HSL 18.07º 0.93% 0.83% -
HSV(B) 18.07º 0.33% 0.99% -
XYZ 66.6 62.14 46.02 -
YUV 208.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 252 194 169 0 0.23 0.33 0.01 18.07 0.93 0.83
Hex FC C2 A9 0 17 21 1 12 5D 53
Octal 374 302 251 0 27 41 1 22 135 123
Binary 11111100 11000010 10101001 0 10111 100001 1 10010 1011101 1010011

Color Harmonies of #FCC2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2A9

Black with #FCC2A9

Text Example


Text Example

White with #FCC2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2A9; }

 p { color: rgb(252,194,169); }

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

background-color css

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

 a { background-color: rgb(252,194,169); }

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

border-color css

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

 span { border-color: rgb(252,194,169); }

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