#FCC49F

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

Shades of Romantic #FCC49F

Tints of Romantic #FCC49F

Color information

#FCC49F (or 0xFCC49F) is unknown color: approx Romantic. HEX triplet: FC, C4 and 9F. RGB value is (252,196,159). Sum of RGB (Red+Green+Blue) = 252+196+159=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC49F is #033B60. Grayscale: #D0D0D0. Windows color (decimal): -211809 or 10470652. OLE color: 10470652.

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

Color convert

RGB252196159-
CMYK00.220.370.01
HSL23.87º93.94%80.59%-
HSV(B)23.87º36.9%98.82%-
XYZ66.1462.6841.41-
YUV208.53100.05159.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 159 (62.5% from 255) = 26.19%
R=41.52%
G=32.29%
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
Decimal25219615900.220.370.0123.8793.9480.59
HexFCC49F016251185e51
Octal37430423702645130136121
Binary11111100110001001001111101011010010111100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC49F; }

 p { color: rgb(252,196,159); }

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

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

 a { background-color: rgb(252,196,159); }

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

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

 span { border-color: rgb(252,196,159); }

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