Shades of Frangipani #FFD29F
Tints of Frangipani #FFD29F
RGB
CMYK
RGB Variations
Color information
#FFD29F (or 0xFFD29F) is known color: 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
| RGB | 255 | 210 | 159 | - |
| CMYK | 0 | 0.18 | 0.38 | 0 |
| HSL | 31.88º | 1% | 0.81% | - |
| HSV(B) | 31.88º | 0.38% | 1% | - |
| XYZ | 70.54 | 69.86 | 42.57 | - |
| YUV | 217.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 159 | 0 | 0.18 | 0.38 | 0 | 31.88 | 1 | 0.81 |
| Hex | FF | D2 | 9F | 0 | 12 | 26 | 0 | 20 | 64 | 51 |
| Octal | 377 | 322 | 237 | 0 | 22 | 46 | 0 | 40 | 144 | 121 |
| Binary | 11111111 | 11010010 | 10011111 | 0 | 10010 | 100110 | 0 | 100000 | 1100100 | 1010001 |
Color Harmonies of #FFD29F
Complementary color
Monochromatic Colors of #FFD29F
Black with #FFD29F
Text Example
Text Example
White with #FFD29F
Text Example
Text Example
HTML Codes & Css Web 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>