#FFD3A5

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

Shades of Frangipani #FFD3A5

Tints of Frangipani #FFD3A5

Color information

#FFD3A5 (or 0xFFD3A5) is unknown color: approx Frangipani. HEX triplet: FF, D3 and A5. RGB value is (255,211,165). Sum of RGB (Red+Green+Blue) = 255+211+165=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3A5 is #002C5A. Grayscale: #DBDBDB. Windows color (decimal): -11355 or 10867711. OLE color: 10867711.

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

Color convert

RGB255211165-
CMYK00.170.350
HSL30.67º100%82.35%-
HSV(B)30.67º35.29%100%-
XYZ71.3370.5745.46-
YUV218.9197.58153.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 165 (64.84% from 255) = 26.15%
R=40.41%
G=33.44%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521116500.170.35030.6710082.35
HexFFD3A50112301f6452
Octal37732324502143037144122
Binary11111111110100111010010101000110001101111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3A5; }

 p { color: rgb(255,211,165); }

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

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

 a { background-color: rgb(255,211,165); }

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

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

 span { border-color: rgb(255,211,165); }

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