#FFD29F

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

Shades of Frangipani #FFD29F

Tints of Frangipani #FFD29F

Color information

#FFD29F (or 0xFFD29F) is unknown color: approx Frangipani. HEX triplet: FF, D2 and 9F. RGB value is (255,210,159). Sum of RGB (Red+Green+Blue) = 255+210+159=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD29F is #002D60. Grayscale: #D9D9D9. Windows color (decimal): -11617 or 10474239. OLE color: 10474239.

HSL color Cylindrical-coordinate representation of color #FFD29F: hue angle of 31.88º 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 #FFD29F is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255210159-
CMYK00.180.380
HSL31.88º100%81.18%-
HSV(B)31.88º37.65%100%-
XYZ70.5469.8642.57-
YUV217.6494.91154.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 159 (62.5% from 255) = 25.48%
R=40.87%
G=33.65%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521015900.180.38031.8810081.18
HexFFD29F012260206451
Octal37732223702246040144121
Binary111111111101001010011111010010100110010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD29F; }

 p { color: rgb(255,210,159); }

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

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

 a { background-color: rgb(255,210,159); }

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

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

 span { border-color: rgb(255,210,159); }

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