#FCC0A0

Color #FCC0A0 Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FCC0A0

Tints of Romantic #FCC0A0

Color information

#FCC0A0 (or 0xFCC0A0) is unknown color: approx Romantic. HEX triplet: FC, C0 and A0. RGB value is (252,192,160). Sum of RGB (Red+Green+Blue) = 252+192+160=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0A0 is #033F5F. Grayscale: #CECECE. Windows color (decimal): -212832 or 10535164. OLE color: 10535164.

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

Color convert

RGB252192160-
CMYK00.240.370.01
HSL20.87º93.88%80.78%-
HSV(B)20.87º36.51%98.82%-
XYZ65.3460.9341.58-
YUV206.29101.88160.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=41.72%
G=31.79%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219216000.240.370.0120.8793.8880.78
HexFCC0A0018251155e51
Octal37430024003045125136121
Binary11111100110000001010000001100010010111010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0A0; }

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

 H1.HeaderClassName
 {
   color: #FCC0A0;
 }
 .AnyTagClassName
 {
   color: #FCC0A0;
 }
</style>
background-color css

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

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

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

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

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

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