Html Css Color HEX #FCC1AA Melon

📋 copy color: '#FCC1AA'

red 252 ◦ green 193 ◦ blue 170

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

Shades of Melon #FCC1AA

Tints of Melon #FCC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.38%

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

R = 40.98%
G = 31.38%
B = 27.64%

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

#FCC1AA (or 0xFCC1AA) is known color: Melon. HEX triplet: FC, C1 and AA. RGB value is (252,193,170). Sum of RGB (Red+Green+Blue) = 252+193+170=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1AA is #033E55. Grayscale: #D0D0D0. Windows color (decimal): -212566 or 11190780. OLE color: 11190780.

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

Color convert

RGB 252 193 170 -
CMYK 0 0.23 0.33 0.01
HSL 16.83º 0.93% 0.83% -
HSV(B) 16.83º 0.33% 0.99% -
XYZ 66.47 61.74 46.44 -
YUV 208.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 252 193 170 0 0.23 0.33 0.01 16.83 0.93 0.83
Hex FC C1 AA 0 17 21 1 11 5D 53
Octal 374 301 252 0 27 41 1 21 135 123
Binary 11111100 11000001 10101010 0 10111 100001 1 10001 1011101 1010011

Color Harmonies of #FCC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1AA

Black with #FCC1AA

Text Example


Text Example

White with #FCC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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