Shades of Frangipani #FFD2A3
Tints of Frangipani #FFD2A3
RGB
CMYK
RGB Variations
Color information
#FFD2A3 (or 0xFFD2A3) is known color: Frangipani. HEX triplet: FF, D2 and A3. RGB value is (255,210,163). Sum of RGB (Red+Green+Blue) = 255+210+163=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 163 (64.06% from 255 or 25.96% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2A3 is #002D5C. Grayscale: #DADADA. Windows color (decimal): -11613 or 10736383. OLE color: 10736383.
HSL color Cylindrical-coordinate representation of color #FFD2A3: hue angle of 30.65º 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 #FFD2A3 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 163 | - |
| CMYK | 0 | 0.18 | 0.36 | 0 |
| HSL | 30.65º | 1% | 0.82% | - |
| HSV(B) | 30.65º | 0.36% | 1% | - |
| XYZ | 70.9 | 70 | 44.42 | - |
| YUV | 218.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 163 | 0 | 0.18 | 0.36 | 0 | 30.65 | 1 | 0.82 |
| Hex | FF | D2 | A3 | 0 | 12 | 24 | 0 | 1F | 64 | 52 |
| Octal | 377 | 322 | 243 | 0 | 22 | 44 | 0 | 37 | 144 | 122 |
| Binary | 11111111 | 11010010 | 10100011 | 0 | 10010 | 100100 | 0 | 11111 | 1100100 | 1010010 |
Color Harmonies of #FFD2A3
Complementary color
Monochromatic Colors of #FFD2A3
Black with #FFD2A3
Text Example
Text Example
White with #FFD2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2A3; }
p { color: rgb(255,210,163); }
H1.HeaderClassName
{
color: #FFD2A3;
}
.AnyTagClassName
{
color: #FFD2A3;
}
</style>
background-color css
<style>
a { background-color: #FFD2A3; }
a { background-color: rgb(255,210,163); }
div.DivClassName
{
background-color: #FFD2A3;
}
.BgClassName
{
background-color: #FFD2A3;
}
</style>
border-color css
<style>
span { border-color: #FFD2A3; }
span { border-color: rgb(255,210,163); }
td.TdClassName
{
border-color: #FFD2A3;
}
.TagClassName
{
border-color: #FFD2A3;
}
</style>