#FFD5A9

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

Shades of Frangipani #FFD5A9

Tints of Frangipani #FFD5A9

Color information

#FFD5A9 (or 0xFFD5A9) is unknown color: approx Frangipani. HEX triplet: FF, D5 and A9. RGB value is (255,213,169). Sum of RGB (Red+Green+Blue) = 255+213+169=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5A9 is #002A56. Grayscale: #DCDCDC. Windows color (decimal): -10839 or 11130367. OLE color: 11130367.

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

Color convert

RGB255213169-
CMYK00.160.340
HSL30.7º100%83.14%-
HSV(B)30.7º33.73%100%-
XYZ72.271.7147.57-
YUV220.5498.91152.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 169 (66.41% from 255) = 26.53%
R=40.03%
G=33.44%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521316900.160.34030.710083.14
HexFFD5A90102201f6453
Octal37732525102042037144123
Binary11111111110101011010100101000010001001111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5A9; }

 p { color: rgb(255,213,169); }

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

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

 a { background-color: rgb(255,213,169); }

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

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

 span { border-color: rgb(255,213,169); }

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