#FCC49B

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

Shades of Romantic #FCC49B

Tints of Romantic #FCC49B

Color information

#FCC49B (or 0xFCC49B) is unknown color: approx Romantic. HEX triplet: FC, C4 and 9B. RGB value is (252,196,155). Sum of RGB (Red+Green+Blue) = 252+196+155=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC49B is #033B64. Grayscale: #D0D0D0. Windows color (decimal): -211813 or 10208508. OLE color: 10208508.

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

Color convert

RGB252196155-
CMYK00.220.380.01
HSL25.36º94.17%79.8%-
HSV(B)25.36º38.49%98.82%-
XYZ65.862.5439.61-
YUV208.0798.05159.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 196 (76.95% from 255) = 32.50%
BLUE value IS 155 (60.94% from 255) = 25.70%
R=41.79%
G=32.50%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219615500.220.380.0125.3694.1779.8
HexFCC49B016261195e50
Octal37430423302646131136120
Binary11111100110001001001101101011010011011100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC49B; }

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

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

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

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

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

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

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

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