#FFD9A6

Color #FFD9A6 Frangipani (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frangipani #FFD9A6

Tints of Frangipani #FFD9A6

Color information

#FFD9A6 (or 0xFFD9A6) is unknown color: approx Frangipani. HEX triplet: FF, D9 and A6. RGB value is (255,217,166). Sum of RGB (Red+Green+Blue) = 255+217+166=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9A6 is #002659. Grayscale: #DEDEDE. Windows color (decimal): -9818 or 10934783. OLE color: 10934783.

HSL color Cylindrical-coordinate representation of color #FFD9A6: hue angle of 34.38º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFD9A6 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255217166-
CMYK00.150.350
HSL34.38º100%82.55%-
HSV(B)34.38º34.9%100%-
XYZ72.9473.6446.45-
YUV222.5596.09151.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 166 (65.23% from 255) = 26.02%
R=39.97%
G=34.01%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521716600.150.35034.3810082.55
HexFFD9A60F230226453
Octal37733124601743042144123
Binary11111111110110011010011001111100011010001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9A6; }

 p { color: rgb(255,217,166); }

 H1.HeaderClassName
 {
   color: #FFD9A6;
 }
 .AnyTagClassName
 {
   color: #FFD9A6;
 }
</style>
background-color css

<style>
 a { background-color: #FFD9A6; }

 a { background-color: rgb(255,217,166); }

 div.DivClassName
 {
   background-color: #FFD9A6;
 }
 .BgClassName
 {
   background-color: #FFD9A6;
 }
</style>
border-color css

<style>
 span { border-color: #FFD9A6; }

 span { border-color: rgb(255,217,166); }

 td.TdClassName
 {
   border-color: #FFD9A6;
 }
 .TagClassName
 {
   border-color: #FFD9A6;
 }
</style>