#FDC29F

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

Shades of Romantic #FDC29F

Tints of Romantic #FDC29F

Color information

#FDC29F (or 0xFDC29F) is unknown color: approx Romantic. HEX triplet: FD, C2 and 9F. RGB value is (253,194,159). Sum of RGB (Red+Green+Blue) = 253+194+159=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC29F is #023D60. Grayscale: #CFCFCF. Windows color (decimal): -146785 or 10470141. OLE color: 10470141.

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

Color convert

RGB253194159-
CMYK00.230.370.01
HSL22.34º95.92%80.78%-
HSV(B)22.34º37.15%99.22%-
XYZ66.0661.9741.28-
YUV207.65100.55160.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 194 (76.17% from 255) = 32.01%
BLUE value IS 159 (62.5% from 255) = 26.24%
R=41.75%
G=32.01%
B=26.24%

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
Decimal25319415900.230.370.0122.3495.9280.78
HexFDC29F017251166051
Octal37530223702745126140121
Binary11111101110000101001111101011110010111011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC29F; }

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

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

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

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

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

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

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

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