#FCC29F

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

Shades of Romantic #FCC29F

Tints of Romantic #FCC29F

Color information

#FCC29F (or 0xFCC29F) is unknown color: approx Romantic. HEX triplet: FC, C2 and 9F. RGB value is (252,194,159). Sum of RGB (Red+Green+Blue) = 252+194+159=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC29F is #033D60. Grayscale: #CFCFCF. Windows color (decimal): -212321 or 10470140. OLE color: 10470140.

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

Color convert

RGB252194159-
CMYK00.230.370.01
HSL22.58º93.94%80.59%-
HSV(B)22.58º36.9%98.82%-
XYZ65.6961.7841.26-
YUV207.35100.72159.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 159 (62.5% from 255) = 26.28%
R=41.65%
G=32.07%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219415900.230.370.0122.5893.9480.59
HexFCC29F017251175e51
Octal37430223702745127136121
Binary11111100110000101001111101011110010111011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC29F; }

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

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

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

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

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

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

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

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