Shades of Frangipani #FDD5A5
Tints of Frangipani #FDD5A5
RGB
CMYK
RGB Variations
Color information
#FDD5A5 (or 0xFDD5A5) is known color: Frangipani. HEX triplet: FD, D5 and A5. RGB value is (253,213,165). Sum of RGB (Red+Green+Blue) = 253+213+165=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD5A5 is #022A5A. Grayscale: #DBDBDB. Windows color (decimal): -141915 or 10868221. OLE color: 10868221.
HSL color Cylindrical-coordinate representation of color #FDD5A5: hue angle of 32.73º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDD5A5 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 165 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.01 |
| HSL | 32.73º | 0.96% | 0.82% | - |
| HSV(B) | 32.73º | 0.35% | 0.99% | - |
| XYZ | 71.09 | 71.19 | 45.59 | - |
| YUV | 219.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 165 | 0 | 0.16 | 0.35 | 0.01 | 32.73 | 0.96 | 0.82 |
| Hex | FD | D5 | A5 | 0 | 10 | 23 | 1 | 21 | 60 | 52 |
| Octal | 375 | 325 | 245 | 0 | 20 | 43 | 1 | 41 | 140 | 122 |
| Binary | 11111101 | 11010101 | 10100101 | 0 | 10000 | 100011 | 1 | 100001 | 1100000 | 1010010 |
Color Harmonies of #FDD5A5
Complementary color
Monochromatic Colors of #FDD5A5
Black with #FDD5A5
Text Example
Text Example
White with #FDD5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5A5; }
p { color: rgb(253,213,165); }
H1.HeaderClassName
{
color: #FDD5A5;
}
.AnyTagClassName
{
color: #FDD5A5;
}
</style>
background-color css
<style>
a { background-color: #FDD5A5; }
a { background-color: rgb(253,213,165); }
div.DivClassName
{
background-color: #FDD5A5;
}
.BgClassName
{
background-color: #FDD5A5;
}
</style>
border-color css
<style>
span { border-color: #FDD5A5; }
span { border-color: rgb(253,213,165); }
td.TdClassName
{
border-color: #FDD5A5;
}
.TagClassName
{
border-color: #FDD5A5;
}
</style>