#FFC29E

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

Shades of Romantic #FFC29E

Tints of Romantic #FFC29E

Color information

#FFC29E (or 0xFFC29E) is unknown color: approx Romantic. HEX triplet: FF, C2 and 9E. RGB value is (255,194,158). Sum of RGB (Red+Green+Blue) = 255+194+158=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC29E is #003D61. Grayscale: #D0D0D0. Windows color (decimal): -15714 or 10404607. OLE color: 10404607.

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

Color convert

RGB255194158-
CMYK00.240.380
HSL22.27º100%80.98%-
HSV(B)22.27º38.04%100%-
XYZ66.762.3140.86-
YUV208.1499.71161.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 194 (76.17% from 255) = 31.96%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=42.01%
G=31.96%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519415800.240.38022.2710080.98
HexFFC29E018260166451
Octal37730223603046026144121
Binary11111111110000101001111001100010011001011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC29E; }

 p { color: rgb(255,194,158); }

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

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

 a { background-color: rgb(255,194,158); }

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

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

 span { border-color: rgb(255,194,158); }

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