Shades of Frangipani #FFD2A4
Tints of Frangipani #FFD2A4
RGB
CMYK
RGB Variations
Color information
#FFD2A4 (or 0xFFD2A4) is known color: Frangipani. HEX triplet: FF, D2 and A4. RGB value is (255,210,164). Sum of RGB (Red+Green+Blue) = 255+210+164=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 164 (64.45% from 255 or 26.07% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2A4 is #002D5B. Grayscale: #DADADA. Windows color (decimal): -11612 or 10801919. OLE color: 10801919.
HSL color Cylindrical-coordinate representation of color #FFD2A4: hue angle of 30.33º 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 #FFD2A4 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 164 | - |
| CMYK | 0 | 0.18 | 0.36 | 0 |
| HSL | 30.33º | 1% | 0.82% | - |
| HSV(B) | 30.33º | 0.36% | 1% | - |
| XYZ | 70.99 | 70.03 | 44.9 | - |
| YUV | 218.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 164 | 0 | 0.18 | 0.36 | 0 | 30.33 | 1 | 0.82 |
| Hex | FF | D2 | A4 | 0 | 12 | 24 | 0 | 1E | 64 | 52 |
| Octal | 377 | 322 | 244 | 0 | 22 | 44 | 0 | 36 | 144 | 122 |
| Binary | 11111111 | 11010010 | 10100100 | 0 | 10010 | 100100 | 0 | 11110 | 1100100 | 1010010 |
Color Harmonies of #FFD2A4
Complementary color
Monochromatic Colors of #FFD2A4
Black with #FFD2A4
Text Example
Text Example
White with #FFD2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2A4; }
p { color: rgb(255,210,164); }
H1.HeaderClassName
{
color: #FFD2A4;
}
.AnyTagClassName
{
color: #FFD2A4;
}
</style>
background-color css
<style>
a { background-color: #FFD2A4; }
a { background-color: rgb(255,210,164); }
div.DivClassName
{
background-color: #FFD2A4;
}
.BgClassName
{
background-color: #FFD2A4;
}
</style>
border-color css
<style>
span { border-color: #FFD2A4; }
span { border-color: rgb(255,210,164); }
td.TdClassName
{
border-color: #FFD2A4;
}
.TagClassName
{
border-color: #FFD2A4;
}
</style>