Shades of Frangipani #FFDAA2
Tints of Frangipani #FFDAA2
RGB
CMYK
RGB Variations
Color information
#FFDAA2 (or 0xFFDAA2) is known color: Frangipani. HEX triplet: FF, DA and A2. RGB value is (255,218,162). Sum of RGB (Red+Green+Blue) = 255+218+162=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAA2 is #00255D. Grayscale: #DEDEDE. Windows color (decimal): -9566 or 10672895. OLE color: 10672895.
HSL color Cylindrical-coordinate representation of color #FFDAA2: hue angle of 36.13º 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 #FFDAA2 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 162 | - |
| CMYK | 0 | 0.15 | 0.36 | 0 |
| HSL | 36.13º | 1% | 0.82% | - |
| HSV(B) | 36.13º | 0.36% | 1% | - |
| XYZ | 72.83 | 74.01 | 44.63 | - |
| YUV | 222.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 162 | 0 | 0.15 | 0.36 | 0 | 36.13 | 1 | 0.82 |
| Hex | FF | DA | A2 | 0 | F | 24 | 0 | 24 | 64 | 52 |
| Octal | 377 | 332 | 242 | 0 | 17 | 44 | 0 | 44 | 144 | 122 |
| Binary | 11111111 | 11011010 | 10100010 | 0 | 1111 | 100100 | 0 | 100100 | 1100100 | 1010010 |
Color Harmonies of #FFDAA2
Complementary color
Monochromatic Colors of #FFDAA2
Black with #FFDAA2
Text Example
Text Example
White with #FFDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAA2; }
p { color: rgb(255,218,162); }
H1.HeaderClassName
{
color: #FFDAA2;
}
.AnyTagClassName
{
color: #FFDAA2;
}
</style>
background-color css
<style>
a { background-color: #FFDAA2; }
a { background-color: rgb(255,218,162); }
div.DivClassName
{
background-color: #FFDAA2;
}
.BgClassName
{
background-color: #FFDAA2;
}
</style>
border-color css
<style>
span { border-color: #FFDAA2; }
span { border-color: rgb(255,218,162); }
td.TdClassName
{
border-color: #FFDAA2;
}
.TagClassName
{
border-color: #FFDAA2;
}
</style>