Shades of Frangipani #FFDAA3
Tints of Frangipani #FFDAA3
RGB
CMYK
RGB Variations
Color information
#FFDAA3 (or 0xFFDAA3) is known color: Frangipani. HEX triplet: FF, DA and A3. RGB value is (255,218,163). Sum of RGB (Red+Green+Blue) = 255+218+163=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAA3 is #00255C. Grayscale: #DFDFDF. Windows color (decimal): -9565 or 10738431. OLE color: 10738431.
HSL color Cylindrical-coordinate representation of color #FFDAA3: hue angle of 35.87º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFDAA3 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 163 | - |
| CMYK | 0 | 0.15 | 0.36 | 0 |
| HSL | 35.87º | 1% | 0.82% | - |
| HSV(B) | 35.87º | 0.36% | 1% | - |
| XYZ | 72.92 | 74.05 | 45.1 | - |
| YUV | 222.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 163 | 0 | 0.15 | 0.36 | 0 | 35.87 | 1 | 0.82 |
| Hex | FF | DA | A3 | 0 | F | 24 | 0 | 24 | 64 | 52 |
| Octal | 377 | 332 | 243 | 0 | 17 | 44 | 0 | 44 | 144 | 122 |
| Binary | 11111111 | 11011010 | 10100011 | 0 | 1111 | 100100 | 0 | 100100 | 1100100 | 1010010 |
Color Harmonies of #FFDAA3
Complementary color
Monochromatic Colors of #FFDAA3
Black with #FFDAA3
Text Example
Text Example
White with #FFDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAA3; }
p { color: rgb(255,218,163); }
H1.HeaderClassName
{
color: #FFDAA3;
}
.AnyTagClassName
{
color: #FFDAA3;
}
</style>
background-color css
<style>
a { background-color: #FFDAA3; }
a { background-color: rgb(255,218,163); }
div.DivClassName
{
background-color: #FFDAA3;
}
.BgClassName
{
background-color: #FFDAA3;
}
</style>
border-color css
<style>
span { border-color: #FFDAA3; }
span { border-color: rgb(255,218,163); }
td.TdClassName
{
border-color: #FFDAA3;
}
.TagClassName
{
border-color: #FFDAA3;
}
</style>