#FCC6A1

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

Shades of Romantic #FCC6A1

Tints of Romantic #FCC6A1

Color information

#FCC6A1 (or 0xFCC6A1) is unknown color: approx Romantic. HEX triplet: FC, C6 and A1. RGB value is (252,198,161). Sum of RGB (Red+Green+Blue) = 252+198+161=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6A1 is #03395E. Grayscale: #D2D2D2. Windows color (decimal): -211295 or 10602236. OLE color: 10602236.

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

Color convert

RGB252198161-
CMYK00.210.360.01
HSL24.4º93.81%80.98%-
HSV(B)24.4º36.11%98.82%-
XYZ66.7763.6642.49-
YUV209.93100.39158.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=41.24%
G=32.41%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219816100.210.360.0124.493.8180.98
HexFCC6A1015241185e51
Octal37430624102544130136121
Binary11111100110001101010000101010110010011100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6A1; }

 p { color: rgb(252,198,161); }

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

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

 a { background-color: rgb(252,198,161); }

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

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

 span { border-color: rgb(252,198,161); }

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