#FEC29C

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

Shades of Romantic #FEC29C

Tints of Romantic #FEC29C

Color information

#FEC29C (or 0xFEC29C) is unknown color: approx Romantic. HEX triplet: FE, C2 and 9C. RGB value is (254,194,156). Sum of RGB (Red+Green+Blue) = 254+194+156=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC29C is #013D63. Grayscale: #CFCFCF. Windows color (decimal): -81252 or 10273534. OLE color: 10273534.

HSL color Cylindrical-coordinate representation of color #FEC29C: hue angle of 23.27º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEC29C is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB254194156-
CMYK00.240.390.00
HSL23.27º98%80.39%-
HSV(B)23.27º38.58%99.61%-
XYZ66.1762.0539.94-
YUV207.6198.88161.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 156 (61.33% from 255) = 25.83%
R=42.05%
G=32.12%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419415600.240.390.0023.279880.39
HexFEC29C018270176250
Octal37630223403047027142120
Binary11111110110000101001110001100010011101011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC29C; }

 p { color: rgb(254,194,156); }

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

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

 a { background-color: rgb(254,194,156); }

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

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

 span { border-color: rgb(254,194,156); }

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