Shades of Frangipani #FDD7A7
Tints of Frangipani #FDD7A7
RGB
CMYK
RGB Variations
Color information
#FDD7A7 (or 0xFDD7A7) is known color: Frangipani. HEX triplet: FD, D7 and A7. RGB value is (253,215,167). Sum of RGB (Red+Green+Blue) = 253+215+167=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 167 (65.62% from 255 or 26.30% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD7A7 is #022858. Grayscale: #DDDDDD. Windows color (decimal): -141401 or 10999805. OLE color: 10999805.
HSL color Cylindrical-coordinate representation of color #FDD7A7: hue angle of 33.49º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDD7A7 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 167 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.01 |
| HSL | 33.49º | 0.96% | 0.82% | - |
| HSV(B) | 33.49º | 0.34% | 0.99% | - |
| XYZ | 71.78 | 72.27 | 46.73 | - |
| YUV | 220.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 167 | 0 | 0.15 | 0.34 | 0.01 | 33.49 | 0.96 | 0.82 |
| Hex | FD | D7 | A7 | 0 | F | 22 | 1 | 21 | 60 | 52 |
| Octal | 375 | 327 | 247 | 0 | 17 | 42 | 1 | 41 | 140 | 122 |
| Binary | 11111101 | 11010111 | 10100111 | 0 | 1111 | 100010 | 1 | 100001 | 1100000 | 1010010 |
Color Harmonies of #FDD7A7
Complementary color
Monochromatic Colors of #FDD7A7
Black with #FDD7A7
Text Example
Text Example
White with #FDD7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7A7; }
p { color: rgb(253,215,167); }
H1.HeaderClassName
{
color: #FDD7A7;
}
.AnyTagClassName
{
color: #FDD7A7;
}
</style>
background-color css
<style>
a { background-color: #FDD7A7; }
a { background-color: rgb(253,215,167); }
div.DivClassName
{
background-color: #FDD7A7;
}
.BgClassName
{
background-color: #FDD7A7;
}
</style>
border-color css
<style>
span { border-color: #FDD7A7; }
span { border-color: rgb(253,215,167); }
td.TdClassName
{
border-color: #FDD7A7;
}
.TagClassName
{
border-color: #FDD7A7;
}
</style>