#FDC5A0

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

Shades of Romantic #FDC5A0

Tints of Romantic #FDC5A0

Color information

#FDC5A0 (or 0xFDC5A0) is unknown color: approx Romantic. HEX triplet: FD, C5 and A0. RGB value is (253,197,160). Sum of RGB (Red+Green+Blue) = 253+197+160=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5A0 is #023A5F. Grayscale: #D1D1D1. Windows color (decimal): -146016 or 10536445. OLE color: 10536445.

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

Color convert

RGB253197160-
CMYK00.220.370.01
HSL23.87º95.88%80.98%-
HSV(B)23.87º36.76%99.22%-
XYZ66.8263.3541.96-
YUV209.53100.05159.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 160 (62.89% from 255) = 26.23%
R=41.48%
G=32.30%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319716000.220.370.0123.8795.8880.98
HexFDC5A0016251186051
Octal37530524002645130140121
Binary11111101110001011010000001011010010111100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5A0; }

 p { color: rgb(253,197,160); }

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

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

 a { background-color: rgb(253,197,160); }

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

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

 span { border-color: rgb(253,197,160); }

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