#FCC29A

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

Shades of Romantic #FCC29A

Tints of Romantic #FCC29A

Color information

#FCC29A (or 0xFCC29A) is unknown color: approx Romantic. HEX triplet: FC, C2 and 9A. RGB value is (252,194,154). Sum of RGB (Red+Green+Blue) = 252+194+154=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC29A is #033D65. Grayscale: #CFCFCF. Windows color (decimal): -212326 or 10142460. OLE color: 10142460.

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

Color convert

RGB252194154-
CMYK00.230.390.01
HSL24.49º94.23%79.61%-
HSV(B)24.49º38.89%98.82%-
XYZ65.2761.6139.02-
YUV206.7898.22160.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 194 (76.17% from 255) = 32.33%
BLUE value IS 154 (60.55% from 255) = 25.67%
R=42%
G=32.33%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219415400.230.390.0124.4994.2379.61
HexFCC29A017271185e50
Octal37430223202747130136120
Binary11111100110000101001101001011110011111100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC29A; }

 p { color: rgb(252,194,154); }

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

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

 a { background-color: rgb(252,194,154); }

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

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

 span { border-color: rgb(252,194,154); }

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