#FCC9A0

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

Shades of Romantic #FCC9A0

Tints of Romantic #FCC9A0

Color information

#FCC9A0 (or 0xFCC9A0) is unknown color: approx Romantic. HEX triplet: FC, C9 and A0. RGB value is (252,201,160). Sum of RGB (Red+Green+Blue) = 252+201+160=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9A0 is #03365F. Grayscale: #D3D3D3. Windows color (decimal): -210528 or 10537468. OLE color: 10537468.

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

Color convert

RGB252201160-
CMYK00.200.370.01
HSL26.74º93.88%80.78%-
HSV(B)26.74º36.51%98.82%-
XYZ67.3865.0142.25-
YUV211.5898.9156.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=41.11%
G=32.79%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220116000.200.370.0126.7493.8880.78
HexFCC9A00142511b5e51
Octal37431124002445133136121
Binary11111100110010011010000001010010010111101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9A0; }

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

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

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

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

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

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

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

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