#FDC6A0

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

Shades of Romantic #FDC6A0

Tints of Romantic #FDC6A0

Color information

#FDC6A0 (or 0xFDC6A0) is unknown color: approx Romantic. HEX triplet: FD, C6 and A0. RGB value is (253,198,160). Sum of RGB (Red+Green+Blue) = 253+198+160=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6A0 is #02395F. Grayscale: #D2D2D2. Windows color (decimal): -145760 or 10536701. OLE color: 10536701.

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

Color convert

RGB253198160-
CMYK00.220.370.01
HSL24.52º95.88%80.98%-
HSV(B)24.52º36.76%99.22%-
XYZ67.0563.8142.04-
YUV210.1199.72158.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 160 (62.89% from 255) = 26.19%
R=41.41%
G=32.41%
B=26.19%

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
Decimal25319816000.220.370.0124.5295.8880.98
HexFDC6A0016251196051
Octal37530624002645131140121
Binary11111101110001101010000001011010010111100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6A0; }

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

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

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

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

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

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

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

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