Shades of Frangipani #FDDB9D
Tints of Frangipani #FDDB9D
RGB
CMYK
RGB Variations
Color information
#FDDB9D (or 0xFDDB9D) is known color: Frangipani. HEX triplet: FD, DB and 9D. RGB value is (253,219,157). Sum of RGB (Red+Green+Blue) = 253+219+157=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB9D is #022462. Grayscale: #DEDEDE. Windows color (decimal): -140387 or 10345469. OLE color: 10345469.
HSL color Cylindrical-coordinate representation of color #FDDB9D: hue angle of 38.75º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDDB9D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 157 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.01 |
| HSL | 38.75º | 0.96% | 0.8% | - |
| HSV(B) | 38.75º | 0.38% | 0.99% | - |
| XYZ | 71.93 | 73.98 | 42.39 | - |
| YUV | 222.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 157 | 0 | 0.13 | 0.38 | 0.01 | 38.75 | 0.96 | 0.8 |
| Hex | FD | DB | 9D | 0 | D | 26 | 1 | 27 | 60 | 50 |
| Octal | 375 | 333 | 235 | 0 | 15 | 46 | 1 | 47 | 140 | 120 |
| Binary | 11111101 | 11011011 | 10011101 | 0 | 1101 | 100110 | 1 | 100111 | 1100000 | 1010000 |
Color Harmonies of #FDDB9D
Complementary color
Monochromatic Colors of #FDDB9D
Black with #FDDB9D
Text Example
Text Example
White with #FDDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB9D; }
p { color: rgb(253,219,157); }
H1.HeaderClassName
{
color: #FDDB9D;
}
.AnyTagClassName
{
color: #FDDB9D;
}
</style>
background-color css
<style>
a { background-color: #FDDB9D; }
a { background-color: rgb(253,219,157); }
div.DivClassName
{
background-color: #FDDB9D;
}
.BgClassName
{
background-color: #FDDB9D;
}
</style>
border-color css
<style>
span { border-color: #FDDB9D; }
span { border-color: rgb(253,219,157); }
td.TdClassName
{
border-color: #FDDB9D;
}
.TagClassName
{
border-color: #FDDB9D;
}
</style>